Add a shortcut: yarn run watch-web

This commit is contained in:
Alex Dima 2020-06-26 10:47:36 +02:00
parent 7f68cd8102
commit 93587d6a1c
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0

View file

@ -15,6 +15,7 @@
"postinstall": "node build/npm/postinstall.js",
"compile": "gulp compile --max_old_space_size=4095",
"watch": "gulp watch --max_old_space_size=4095",
"watch-web": "gulp watch-web --max_old_space_size=4095",
"watchd": "deemon yarn watch",
"kill-watchd": "deemon --kill yarn watch",
"restart-watchd": "deemon --restart yarn watch",