Skip to content

Commit 6581386

Browse files
committed
seq
1 parent 084da1a commit 6581386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dev:array": "pnpm --filter array dev",
1616
"start": "pnpm --filter array start",
1717
"build": "pnpm --filter agent build && pnpm --filter array build",
18-
"typecheck": "pnpm --filter agent build && pnpm -r typecheck",
18+
"typecheck": "pnpm --filter agent build && pnpm --filter agent typecheck && pnpm --filter array typecheck",
1919
"lint": "biome check --write --unsafe",
2020
"format": "biome format --write",
2121
"test": "pnpm -r test",

0 commit comments

Comments
 (0)