File tree 3 files changed +1
-24
lines changed
3 files changed +1
-24
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
cd " $( dirname " $0 " ) /../.."
6
6
7
7
yarn --frozen-lockfile
8
- yarn vscode
9
8
yarn build
10
9
yarn build:vscode
11
10
yarn release
Original file line number Diff line number Diff line change 10
10
"repository" : " https://github.com/cdr/code-server" ,
11
11
"scripts" : {
12
12
"clean" : " ./ci/build/clean.sh" ,
13
- "vscode" : " ./ci/dev/vscode.sh" ,
14
13
"vscode:reset" : " ./ci/dev/reset-vscode.sh" ,
15
14
"build" : " ./ci/build/build-code-server.sh" ,
16
15
"build:vscode" : " ./ci/build/build-vscode.sh" ,
20
19
"release:github-assets" : " ./ci/build/release-github-assets.sh" ,
21
20
"test:standalone-release" : " ./ci/build/test-standalone-release.sh" ,
22
21
"package" : " ./ci/build/build-packages.sh" ,
22
+ "postinstall" : " cd lib/vscode && yarn ${CI+--frozen-lockfile}" ,
23
23
"_____" : " " ,
24
24
"fmt" : " ./ci/dev/fmt.sh" ,
25
25
"lint" : " ./ci/dev/lint.sh" ,
You can’t perform that action at this time.
0 commit comments