diff --git a/package.json b/package.json index 5db5e21..7114700 100644 --- a/package.json +++ b/package.json @@ -430,7 +430,7 @@ ] }, "scripts": { - "vscode:prepublish": "npm run compile", + "vscode:prepublish": "npm run compile && cd webview && npm run build", "compile": "tsc -p ./", "watch": "tsc -watch -p ./", "postinstall": "node ./node_modules/vscode/bin/install"