From 90038c3a50aead63d0ee576e378bd54cc6f719c2 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 14 Jun 2022 19:14:25 +0100 Subject: [PATCH] Install node deps during local setup --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 58b8024..eae42ec 100644 --- a/justfile +++ b/justfile @@ -14,6 +14,7 @@ export SECRET_KEY := "super-secret-key" install: python -m venv env pip install -r dev-requirements.txt + npm ci @start: honcho start