We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc500df commit e171e67Copy full SHA for e171e67
1 file changed
package.json
@@ -93,7 +93,7 @@
93
"setup": "pnpm install && husky",
94
"release": "semantic-release",
95
"typecheck:main": "tsc -b .",
96
- "typecheck:playground": "pnpm -C playground exec tsc -p tsconfig.json",
+ "typecheck:playground": "pnpm build && pnpm -C playground exec tsc -p tsconfig.json",
97
"typecheck": "pnpm typecheck:main && pnpm typecheck:playground",
98
"update:deps": "rm -rf node_modules pnpm-lock.yaml && npx npm-check-updates -u && pnpm install"
99
},
0 commit comments