Install node deps during local setup

This commit is contained in:
Jake Howard 2022-06-14 19:14:25 +01:00
parent c9f5b6fb3a
commit 90038c3a50
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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