Skip to content

Commit 9a08c4e

Browse files
committed
Minor makefile adjustments.
1 parent 0caf742 commit 9a08c4e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
.PHONY: server backend frontend install-frontend install-requirements migration clean reset-db test
1+
.PHONY: server backend frontend install install-frontend install-requirements migration clean reset-db test
22

33
server: backend
44
backend:
5-
@docker-compose up -d
5+
@docker compose up -d
66
@python manage.py runserver
77

88
frontend:
99
@cd frontend && npm run build-dev && npm run start
1010

11+
install: install-frontend install-requirements
12+
1113
install-frontend:
1214
@cd frontend && npm install
1315
@cd frontend/landing && npm install

0 commit comments

Comments
 (0)