Skip to content

Commit e171e67

Browse files
committed
fix(scripts): update typecheck:playground script to build before type checking
1 parent dc500df commit e171e67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"setup": "pnpm install && husky",
9494
"release": "semantic-release",
9595
"typecheck:main": "tsc -b .",
96-
"typecheck:playground": "pnpm -C playground exec tsc -p tsconfig.json",
96+
"typecheck:playground": "pnpm build && pnpm -C playground exec tsc -p tsconfig.json",
9797
"typecheck": "pnpm typecheck:main && pnpm typecheck:playground",
9898
"update:deps": "rm -rf node_modules pnpm-lock.yaml && npx npm-check-updates -u && pnpm install"
9999
},

0 commit comments

Comments
 (0)