Skip to content

Commit 14c8569

Browse files
committed
fix: remove VS Code extension build from calm-explorer
Remove the extension build step from the build script as the VS Code extension functionality is not part of this PR. Only build the webview.
1 parent 057c4e2 commit 14c8569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimental/calm-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"scripts": {
4242
"dev": "NODE_OPTIONS='--no-deprecation' vite",
43-
"build": "npm run build:extension && npm run build:webview",
43+
"build": "npm run build:webview",
4444
"build:extension": "tsc -p tsconfig.extension.json",
4545
"build:webview": "vite build",
4646
"build:dev": "vite build --mode development",

0 commit comments

Comments
 (0)