Skip to content

Commit ced1895

Browse files
author
fuuuzz
committed
chore: reset makefile
1 parent ecfd3e5 commit ced1895

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ install-dev: ## Install local development dependencies and services
2222
make build
2323
make database-test-init
2424

25-
install-playwright-dependencies:
26-
sudo apt-get install libdbus-glib-1-2
27-
sudo npx playwright install-deps
28-
2925
start: ## Start
3026
make -j 2 start-server start-watch
3127

@@ -104,7 +100,6 @@ ci: up ## Run CI checks
104100
make install
105101
make linter
106102
make test-cov
107-
make install-playwright-dependencies
108103
make test-e2e CI=1 DATABASE_NAME=permacoop
109104

110105
scalingo-postbuild:

0 commit comments

Comments
 (0)