Remove vscode:reset script

It's no longer applicable with the switch to a subtree.
This commit is contained in:
Asher 2021-02-10 15:20:25 -06:00
parent 6ce29311a8
commit 1f36c34267
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
2 changed files with 0 additions and 13 deletions

View File

@ -1,12 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
main() {
cd "$(dirname "$0")/../.."
cd ./lib/vscode
git add -A
git reset --hard
}
main "$@"

View File

@ -10,7 +10,6 @@
"repository": "https://github.com/cdr/code-server",
"scripts": {
"clean": "./ci/build/clean.sh",
"vscode:reset": "./ci/dev/reset-vscode.sh",
"build": "./ci/build/build-code-server.sh",
"build:vscode": "./ci/build/build-vscode.sh",
"release": "./ci/build/build-release.sh",