Add webpack watch command

This commit is contained in:
2019-11-28 22:33:03 +03:00
parent 5d64c66e1c
commit 76bae89331
2 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,10 @@ build-assets:
rm -rf ./public/assets
nodejs npm run-script build
watch-assets:
rm -rf ./public/assets
nodejs npm run-script watch
format-assets:
nodejs npm run-script format-webpack || true
nodejs npm run-script format-js || true