Install node deps during local setup
This commit is contained in:
parent
c9f5b6fb3a
commit
90038c3a50
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
@ -14,6 +14,7 @@ export SECRET_KEY := "super-secret-key"
|
||||||
install:
|
install:
|
||||||
python -m venv env
|
python -m venv env
|
||||||
pip install -r dev-requirements.txt
|
pip install -r dev-requirements.txt
|
||||||
|
npm ci
|
||||||
|
|
||||||
@start:
|
@start:
|
||||||
honcho start
|
honcho start
|
||||||
|
|
Loading…
Reference in a new issue