Watch for contrib changes during dev

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

View file

@ -1,3 +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