diff --git a/clients/tabby-chat-panel/package.json b/clients/tabby-chat-panel/package.json index 54222a48560c..f5a898f04832 100644 --- a/clients/tabby-chat-panel/package.json +++ b/clients/tabby-chat-panel/package.json @@ -43,7 +43,7 @@ "test": "vitest", "test:once": "vitest run", "typecheck": "tsc --noEmit", - "build:vscode": "esbuild src/vscode.tsx --bundle --minify --outfile=../vscode/webview/index.js --loader:.js=jsx", + "build:vscode": "yarn && esbuild src/vscode.tsx --bundle --minify --outfile=../vscode/webview/index.js --loader:.js=jsx", "dev:vscode": "esbuild src/vscode.tsx --bundle --outfile=../vscode/webview/index.js --loader:.js=jsx --watch" }, "dependencies": {