From f4fcac48cc7afa5c88f7a6496176e11cdf9ec081 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 19 Jun 2022 11:34:34 +0100 Subject: [PATCH] Copy contrib on startup too --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 0870a32..69d84d6 100644 --- a/Procfile +++ b/Procfile @@ -1,4 +1,4 @@ web: ./manage.py runserver watch-js: npm run build:js -- --watch watch-css: npm run build:css -- --watch -watch-contrib: while inotifywait -e modify ./scripts/copy-npm-contrib.sh; do ./scripts/copy-npm-contrib.sh; done +watch-contrib: ./scripts/copy-npm-contrib.sh; while inotifywait -e modify ./scripts/copy-npm-contrib.sh; do ./scripts/copy-npm-contrib.sh; done