mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Add a shortcut: yarn run watch-web
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user