File tree 2 files changed +9
-2
lines changed 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 6
6
"postinstall" : " rm -rf node_modules/@types/node" ,
7
7
"start" : " yarn runner ensure-in-vscode && nodemon --watch ../../../out --verbose ../../../out/vs/server/main.js" ,
8
8
"watch" : " yarn runner ensure-in-vscode && cd ../../../ && yarn watch" ,
9
- "build" : " yarn runner build" ,
9
+ "build" : " yarn --ignore-scripts && yarn runner build" ,
10
10
"package" : " yarn runner package" ,
11
11
"binary" : " yarn runner binary" ,
12
12
"patch:generate" : " yarn runner ensure-in-vscode && cd ../../../ && git diff --staged > ./src/vs/server/scripts/vscode.patch" ,
15
15
"devDependencies" : {
16
16
"@coder/nbin" : " ^1.2.2" ,
17
17
"@types/fs-extra" : " ^8.0.1" ,
18
+ "@types/node" : " ^10.12.12" ,
18
19
"@types/pem" : " ^1.9.5" ,
19
20
"@types/safe-compare" : " ^1.1.0" ,
20
21
"@types/tar-fs" : " ^1.16.1" ,
21
22
"@types/tar-stream" : " ^1.6.1" ,
22
23
"fs-extra" : " ^8.1.0" ,
23
24
"nodemon" : " ^1.19.1" ,
24
- "ts-node" : " ^8.4.1"
25
+ "ts-node" : " ^8.4.1" ,
26
+ "typescript" : " 3.6"
25
27
},
26
28
"resolutions" : {
27
29
"@types/node" : " ^10.12.12" ,
Original file line number Diff line number Diff line change @@ -2040,6 +2040,11 @@ ts-node@^8.4.1:
2040
2040
source-map-support "^0.5.6"
2041
2041
yn "^3.0.0"
2042
2042
2043
+
2044
+ version "3.6.4"
2045
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.4.tgz#b18752bb3792bc1a0281335f7f6ebf1bbfc5b91d"
2046
+ integrity sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==
2047
+
2043
2048
undefsafe@^2.0.2 :
2044
2049
version "2.0.2"
2045
2050
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.2.tgz#225f6b9e0337663e0d8e7cfd686fc2836ccace76"
You can’t perform that action at this time.
0 commit comments