Skip to content

Commit 6ba05dd

Browse files
committed
Add dev script for @gitbook/expr
1 parent badf3a9 commit 6ba05dd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"private": true,
1818
"scripts": {
19-
"dev": "turbo run dev",
19+
"dev": "turbo run dev --concurrency 20",
2020
"build": "turbo run build",
2121
"clean-deps": "rm -rf node_modules && rm -rf packages/*/node_modules",
2222
"typecheck": "turbo run typecheck",

packages/expr/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"build": "tsdown --project tsconfig.build.json",
3232
"typecheck": "tsc --noEmit",
3333
"unit": "bun test",
34-
"clean": "rm -rf ./dist"
34+
"clean": "rm -rf ./dist",
35+
"dev": "bun run build -- --watch"
3536
},
3637
"files": ["dist", "README.md", "CHANGELOG.md"]
3738
}

0 commit comments

Comments
 (0)