Skip to content

Commit 6a50a05

Browse files
committed
Updated: command for dev
1 parent 3094560 commit 6a50a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ migrations:
3030
python src/manage.py migrate --noinput
3131

3232
ui-install:
33-
pnpm install root=src/ui
33+
pnpm install root=./src/ui
3434

3535
collectstatic-ui:
3636
cd src/ui && pnpm collectstatic
@@ -43,7 +43,7 @@ clean-static:
4343
collect: clean-static collectstatic-ui
4444

4545
dev:
46-
python src/manage.py runserver
46+
python src/manage.py runserver & cd src/ui && pnpm dev
4747

4848
venv-activate:
4949
python3.10 -m venv .

0 commit comments

Comments
 (0)