Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
wwayne committed May 22, 2024
1 parent 0c6d331 commit 9579092
Show file tree
Hide file tree
Showing 2 changed files with 261 additions and 23 deletions.
3 changes: 2 additions & 1 deletion clients/tabby-chat-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build": "unbuild && pnpm build:vscode",
"dev": "unbuild --stub",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
Expand All @@ -57,6 +57,7 @@
"@types/react": "18.2.23",
"@types/react-dom": "18.2.23",
"bumpp": "^9.4.0",
"esbuild": "^0.21.3",
"eslint": "^9.1.1",
"eslint-formatter-mo": "^1.2.0",
"lint-staged": "^15.2.2",
Expand Down
Loading

0 comments on commit 9579092

Please sign in to comment.