File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 cd " $( dirname " $0 " ) /../.."
66
77 yarn --frozen-lockfile
8- yarn vscode
98 yarn build
109 yarn build:vscode
1110 yarn release
Original file line number Diff line number Diff line change 1010 "repository" : " https://github.com/cdr/code-server" ,
1111 "scripts" : {
1212 "clean" : " ./ci/build/clean.sh" ,
13- "vscode" : " ./ci/dev/vscode.sh" ,
1413 "vscode:reset" : " ./ci/dev/reset-vscode.sh" ,
1514 "build" : " ./ci/build/build-code-server.sh" ,
1615 "build:vscode" : " ./ci/build/build-vscode.sh" ,
2019 "release:github-assets" : " ./ci/build/release-github-assets.sh" ,
2120 "test:standalone-release" : " ./ci/build/test-standalone-release.sh" ,
2221 "package" : " ./ci/build/build-packages.sh" ,
22+ "postinstall" : " cd lib/vscode && yarn ${CI+--frozen-lockfile}" ,
2323 "_____" : " " ,
2424 "fmt" : " ./ci/dev/fmt.sh" ,
2525 "lint" : " ./ci/dev/lint.sh" ,
You can’t perform that action at this time.
0 commit comments