Skip to content

Commit 084da1a

Browse files
committed
happy ts
1 parent 55bf76d commit 084da1a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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 -r typecheck",
18+
"typecheck": "pnpm --filter agent build && pnpm -r typecheck",
1919
"lint": "biome check --write --unsafe",
2020
"format": "biome format --write",
2121
"test": "pnpm -r test",

packages/agent/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"scripts": {
3131
"build": "rimraf dist && rollup -c && tsc --project tsconfig.build.json --emitDeclarationOnly",
3232
"dev": "rollup -c --watch",
33+
"typecheck": "tsc --noEmit",
3334
"example": "pnpm run example-usage.ts",
3435
"prepublishOnly": "pnpm run build"
3536
},

0 commit comments

Comments
 (0)