missing rename code-server-web -> code-server

This commit is contained in:
Martin Aeschlimann 2022-01-20 18:07:36 +01:00
parent dd0f0bda08
commit 7935cd295c
No known key found for this signature in database
GPG key ID: 2609A01E695523E3
2 changed files with 2 additions and 2 deletions

2
.vscode/tasks.json vendored
View file

@ -171,7 +171,7 @@
},
{
"type": "shell",
"command": "./scripts/code-server-web.sh",
"command": "./scripts/code-server.sh",
"windows": {
"command": ".\\scripts\\code-server.bat"
},

View file

@ -43,7 +43,7 @@
"vscode-dts-compile-check": "tsc -p src/tsconfig.vscode-dts.json && tsc -p src/tsconfig.vscode-proposed-dts.json",
"valid-layers-check": "node build/lib/layersChecker.js",
"update-distro": "node build/npm/update-distro.js",
"web": "echo 'yarn web' is replaced by './scripts/code-server-web' or './scripts/code-web'",
"web": "echo 'yarn web' is replaced by './scripts/code-server' or './scripts/code-web'",
"compile-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile-web",
"watch-web": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js watch-web",
"eslint": "node build/eslint",