File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 280
280
}
281
281
},
282
282
"scripts" : {
283
- "vscode:prepublish" : " yarn run compile --cwd .." ,
283
+ "vscode:prepublish" : " yarn build:webview; yarn run compile --cwd .." ,
284
284
"build:webview" : " rollup -c" ,
285
285
"watch:webview" : " rollup -c -w" ,
286
286
"start:webview" : " sirv public --no-clear"
287
287
},
288
288
"devDependencies" : {
289
289
"@types/node" : " 16.x" ,
290
290
"@tsconfig/svelte" : " ^2.0.0" ,
291
- "@types/vscode-webview" : " ^1.57.0" ,
292
- "svelte" : " ^3.0.0" ,
293
- "svelte-check" : " ^2.0.0" ,
291
+ "@types/vscode-webview" : " ^1.57.0" ,
292
+ "svelte" : " ^3.0.0" ,
293
+ "svelte-check" : " ^2.0.0" ,
294
294
"rollup" : " ^2.3.4" ,
295
295
"rollup-plugin-copy" : " ^3.4.0" ,
296
296
"rollup-plugin-css-only" : " ^3.1.0" ,
Original file line number Diff line number Diff line change 18
18
"@types/node" : " 16.x" ,
19
19
"@types/uuid" : " ^8.3.1" ,
20
20
"@types/ws" : " ^7.2.6" ,
21
- "@tsconfig/svelte" : " ^2.0.0" ,
22
- "@types/vscode-webview" : " ^1.57.0" ,
21
+ "@tsconfig/svelte" : " ^2.0.0" ,
22
+ "@types/vscode-webview" : " ^1.57.0" ,
23
23
"mocha" : " ^10.0.0" ,
24
- "svelte" : " ^3.0.0" ,
25
- "svelte-check" : " ^2.0.0" ,
24
+ "svelte" : " ^3.0.0" ,
25
+ "svelte-check" : " ^2.0.0" ,
26
26
"svelte-preprocess" : " ^4.0.0"
27
27
},
28
28
"dependencies" : {
37
37
"ws" : " ^7.4.6" ,
38
38
"yaml" : " ^1.10.0" ,
39
39
"@vscode/codicons" : " ^0.0.31" ,
40
- "@vscode/webview-ui-toolkit" : " ^1.0.0"
40
+ "@vscode/webview-ui-toolkit" : " ^1.0.0"
41
41
}
42
42
}
Original file line number Diff line number Diff line change 532
532
}
533
533
},
534
534
"scripts" : {
535
- "vscode:prepublish" : " yarn build; yarn run compile --cwd .." ,
535
+ "vscode:prepublish" : " yarn build:webview ; yarn run compile --cwd .." ,
536
536
"build:webview" : " rollup -c" ,
537
537
"watch:webview" : " rollup -c -w" ,
538
538
"start:webview" : " sirv public --no-clear"
544
544
"@types/yauzl" : " ^2.9.1" ,
545
545
"@types/yazl" : " ^2.4.2" ,
546
546
"@tsconfig/svelte" : " ^2.0.0" ,
547
- "@types/vscode-webview" : " ^1.57.0" ,
548
- "svelte" : " ^3.0.0" ,
549
- "svelte-check" : " ^2.0.0" ,
547
+ "@types/vscode-webview" : " ^1.57.0" ,
548
+ "svelte" : " ^3.0.0" ,
549
+ "svelte-check" : " ^2.0.0" ,
550
550
"rollup" : " ^2.3.4" ,
551
551
"rollup-plugin-copy" : " ^3.4.0" ,
552
552
"rollup-plugin-css-only" : " ^3.1.0" ,
You can’t perform that action at this time.
0 commit comments