Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wwayne committed May 21, 2024
1 parent efffc0c commit ab67c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/tabby-chat-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit ab67c32

Please sign in to comment.