We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2019b commit ea12782Copy full SHA for ea12782
1 file changed
package.json
@@ -35,7 +35,7 @@
35
"vscode:prepublish": "npm run build",
36
"build": "npm run build:extension && npm run build:webview",
37
"build:extension": "tsx esbuild.ts",
38
- "build:webview": "cd webview-ui && npm run build",
+ "build:webview": "cd webview-ui && npm ci && npm run build",
39
"watch": "tsx esbuild.ts --watch",
40
"watch:webview": "cd webview-ui && npm run dev",
41
"install:all": "npm install && cd webview-ui && npm install",
0 commit comments