Copy contrib on startup too

This commit is contained in:
Jake Howard 2022-06-19 11:34:34 +01:00
parent a5abb51538
commit f4fcac48cc
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -1,4 +1,4 @@
web: ./manage.py runserver web: ./manage.py runserver
watch-js: npm run build:js -- --watch watch-js: npm run build:js -- --watch
watch-css: npm run build:css -- --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