move install-server

This commit is contained in:
Martin Aeschlimann
2019-06-19 12:55:47 +02:00
parent db21a9a803
commit b8914bcfc7
3 changed files with 33 additions and 17 deletions

View File

@@ -26,8 +26,7 @@
"monaco-compile-check": "tsc -p src/tsconfig.monaco.json --noEmit",
"strict-initialization-watch": "tsc --watch -p src/tsconfig.json --noEmit --strictPropertyInitialization",
"web": "node resources/server/bin-dev/code-web.js --port 9888",
"web-selfhost": "node resources/server/bin-dev/code-web.js --port 9777 --selfhost",
"install-server": "node build/npm/install-server.js"
"web-selfhost": "node resources/server/bin-dev/code-web.js --port 9777 --selfhost"
},
"dependencies": {
"applicationinsights": "1.0.8",