diff --git a/package.json b/package.json index 63b4bf6478e..3f1b5a577ad 100644 --- a/package.json +++ b/package.json @@ -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",