8000
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 256a4f2 commit b1b2110Copy full SHA for b1b2110
package.json
@@ -10,6 +10,7 @@
10
"dev": "pnpm run --filter=\"./packages/*\" --parallel dev",
11
"build": "pnpm run --filter=\"./packages/*\" --parallel build",
12
"lint": "eslint --cache .",
13
+ "typecheck": "tsc --noEmit",
14
"play:build": "pnpm i && npm run build && cd playground && npm run build",
15
"play:dev": "pnpm run -C ./playground dev",
16
"release": "bumpp && npm publish",
0 commit comments