tabby/package.json
Meng Zhang e50f04bb37
feat: migrate to pnpm (#2214)
* fix(chat-panel): FileContext.content shall be required field.

* fix: tabby agent build

* migrate vscode series

* fix tabby-ui build

* migrate all build pipeline

* cleanup lint / fix

* update test

* simplify workflow

* update

* update

* update

* update

* fix

* fix tabby-ui build

* fix name

* update

* update

* update

* update

* migrate tabby-email

* update
2024-05-21 21:43:15 +00:00

17 lines
264 B
JSON

{
"private": true,
"scripts": {
"build": "turbo build",
"lint": "turbo lint",
"lint:fix": "turbo lint:fix",
"test": "turbo test"
},
"engines": {
"node": ">=18",
"pnpm": ">=9"
},
"devDependencies": {
"turbo": "^1.13.3"
}
}