Skip to content

Commit 16f0b0a

Browse files
committed
💄
1 parent 999e2d4 commit 16f0b0a

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

extensions/gitpod-remote/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,17 +280,17 @@
280280
}
281281
},
282282
"scripts": {
283-
"vscode:prepublish": "yarn run compile --cwd ..",
283+
"vscode:prepublish": "yarn build:webview; yarn run compile --cwd ..",
284284
"build:webview": "rollup -c",
285285
"watch:webview": "rollup -c -w",
286286
"start:webview": "sirv public --no-clear"
287287
},
288288
"devDependencies": {
289289
"@types/node": "16.x",
290290
"@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",
294294
"rollup": "^2.3.4",
295295
"rollup-plugin-copy": "^3.4.0",
296296
"rollup-plugin-css-only": "^3.1.0",

extensions/gitpod-shared/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"@types/node": "16.x",
1919
"@types/uuid": "^8.3.1",
2020
"@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",
2323
"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",
2626
"svelte-preprocess": "^4.0.0"
2727
},
2828
"dependencies": {
@@ -37,6 +37,6 @@
3737
"ws": "^7.4.6",
3838
"yaml": "^1.10.0",
3939
"@vscode/codicons": "^0.0.31",
40-
"@vscode/webview-ui-toolkit": "^1.0.0"
40+
"@vscode/webview-ui-toolkit": "^1.0.0"
4141
}
4242
}

extensions/gitpod-web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@
532532
}
533533
},
534534
"scripts": {
535-
"vscode:prepublish": "yarn build; yarn run compile --cwd ..",
535+
"vscode:prepublish": "yarn build:webview; yarn run compile --cwd ..",
536536
"build:webview": "rollup -c",
537537
"watch:webview": "rollup -c -w",
538538
"start:webview": "sirv public --no-clear"
@@ -544,9 +544,9 @@
544544
"@types/yauzl": "^2.9.1",
545545
"@types/yazl": "^2.4.2",
546546
"@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",
550550
"rollup": "^2.3.4",
551551
"rollup-plugin-copy": "^3.4.0",
552552
"rollup-plugin-css-only": "^3.1.0",

0 commit comments

Comments
 (0)