mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
Add dev script for @gitbook/expr (#3700)
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@gitbook/expr": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Add dev script for @gitbook/expr
|
||||||
+1
-1
@@ -16,7 +16,7 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "turbo run dev",
|
"dev": "turbo run dev --concurrency 20",
|
||||||
"build": "turbo run build",
|
"build": "turbo run build",
|
||||||
"clean-deps": "rm -rf node_modules && rm -rf packages/*/node_modules",
|
"clean-deps": "rm -rf node_modules && rm -rf packages/*/node_modules",
|
||||||
"typecheck": "turbo run typecheck",
|
"typecheck": "turbo run typecheck",
|
||||||
|
|||||||
@@ -31,7 +31,8 @@
|
|||||||
"build": "tsdown --project tsconfig.build.json",
|
"build": "tsdown --project tsconfig.build.json",
|
||||||
"typecheck": "tsc --noEmit",
|
"typecheck": "tsc --noEmit",
|
||||||
"unit": "bun test",
|
"unit": "bun test",
|
||||||
"clean": "rm -rf ./dist"
|
"clean": "rm -rf ./dist",
|
||||||
|
"dev": "bun run build -- --watch"
|
||||||
},
|
},
|
||||||
"files": ["dist", "README.md", "CHANGELOG.md"]
|
"files": ["dist", "README.md", "CHANGELOG.md"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user