We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368c536 commit bf31134Copy full SHA for bf31134
1 file changed
package.json
@@ -33,6 +33,8 @@
33
"strict-function-types-watch": "tsc --watch -p src/tsconfig.json --noEmit --strictFunctionTypes",
34
"update-distro": "node build/npm/update-distro.js",
35
"web": "node resources/serverless/code-web.js",
36
+ "compile-web": "gulp compile-web --max_old_space_size=4095",
37
+ "watch-web": "gulp watch-web --max_old_space_size=4095",
38
"eslint": "eslint -c .eslintrc.json --rulesdir ./build/lib/eslint --ext .ts --ext .js ./src/vs ./extensions"
39
},
40
"dependencies": {
0 commit comments