From bf31134f0d62fcfeb3db77da5ad8ac11a9e086ea Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Fri, 26 Jun 2020 10:35:10 +0200 Subject: [PATCH] add watch-web & compile-web to scripts --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index dcfa7365ac8..2f510669503 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,8 @@ "strict-function-types-watch": "tsc --watch -p src/tsconfig.json --noEmit --strictFunctionTypes", "update-distro": "node build/npm/update-distro.js", "web": "node resources/serverless/code-web.js", + "compile-web": "gulp compile-web --max_old_space_size=4095", + "watch-web": "gulp watch-web --max_old_space_size=4095", "eslint": "eslint -c .eslintrc.json --rulesdir ./build/lib/eslint --ext .ts --ext .js ./src/vs ./extensions" }, "dependencies": { -- GitLab