Skip to content

Commit ea12782

Browse files
committed
fix(build): install webview-ui dependencies in build script
1 parent 8e2019b commit ea12782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"vscode:prepublish": "npm run build",
3636
"build": "npm run build:extension && npm run build:webview",
3737
"build:extension": "tsx esbuild.ts",
38-
"build:webview": "cd webview-ui && npm run build",
38+
"build:webview": "cd webview-ui && npm ci && npm run build",
3939
"watch": "tsx esbuild.ts --watch",
4040
"watch:webview": "cd webview-ui && npm run dev",
4141
"install:all": "npm install && cd webview-ui && npm install",

0 commit comments

Comments
 (0)