Add dev script for @gitbook/expr (#3700)

This commit is contained in:
Nolann B.
2025-10-03 13:23:15 +02:00
committed by GitHub
parent a4c33997fe
commit a629900324
3 changed files with 8 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@gitbook/expr": patch
---
Add dev script for @gitbook/expr
+1 -1
View File
@@ -16,7 +16,7 @@
},
"private": true,
"scripts": {
"dev": "turbo run dev",
"dev": "turbo run dev --concurrency 20",
"build": "turbo run build",
"clean-deps": "rm -rf node_modules && rm -rf packages/*/node_modules",
"typecheck": "turbo run typecheck",
+2 -1
View File
@@ -31,7 +31,8 @@
"build": "tsdown --project tsconfig.build.json",
"typecheck": "tsc --noEmit",
"unit": "bun test",
"clean": "rm -rf ./dist"
"clean": "rm -rf ./dist",
"dev": "bun run build -- --watch"
},
"files": ["dist", "README.md", "CHANGELOG.md"]
}