mirror of https://git.tuxpa.in/a/code-server.git
Remove vscode:reset script
It's no longer applicable with the switch to a subtree.
This commit is contained in:
parent
6ce29311a8
commit
1f36c34267
|
@ -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 "$@"
|
|
|
@ -10,7 +10,6 @@
|
||||||
"repository": "https://github.com/cdr/code-server",
|
"repository": "https://github.com/cdr/code-server",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "./ci/build/clean.sh",
|
"clean": "./ci/build/clean.sh",
|
||||||
"vscode:reset": "./ci/dev/reset-vscode.sh",
|
|
||||||
"build": "./ci/build/build-code-server.sh",
|
"build": "./ci/build/build-code-server.sh",
|
||||||
"build:vscode": "./ci/build/build-vscode.sh",
|
"build:vscode": "./ci/build/build-vscode.sh",
|
||||||
"release": "./ci/build/build-release.sh",
|
"release": "./ci/build/build-release.sh",
|
||||||
|
|
Loading…
Reference in New Issue