Skip to content

Commit

Permalink
chore: fix pnpm ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed May 28, 2024
1 parent 52206ad commit 362ebc8
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 4 deletions.
4 changes: 3 additions & 1 deletion clients/tabby-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@
"main": "./dist/protocol.js",
"types": "./dist/protocol.d.ts",
"scripts": {
"build": "tsc --noEmit && tsup --minify",
"build": "tsc --noEmit && tsup --minify --treeshake smallest",
"watch": "tsc-watch --noEmit --onSuccess \"tsup\"",
"openapi-codegen": "openapi-typescript ./openapi/tabby.json -o ./src/types/tabbyApi.d.ts",
"test": "mocha",
"lint": "eslint --ext .ts ./src && prettier --check .",
"lint:fix": "eslint --fix --ext .ts ./src && prettier --write ."
},
"devDependencies": {
"axios": "^1.7.2",
"@orama/orama": "^2.0.18",
"@types/chai": "^4.3.5",
"@types/dedent": "^0.7.2",
Expand Down Expand Up @@ -61,6 +62,7 @@
"eventsource-parser": "^1.1.2",
"fast-levenshtein": "^3.0.0",
"file-stream-rotator": "^1.0.0",
"form-data": "^4.0.0",
"fs-extra": "^11.1.1",
"glob": "^7.2.0",
"jwt-decode": "^3.1.2",
Expand Down
55 changes: 52 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 362ebc8

Please sign in to comment.