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 7a98aff commit 42c21e3Copy full SHA for 42c21e3
package.json
@@ -40,6 +40,7 @@
40
"lint:typecheck": "pnpm run --color \"/^typecheck:/\"",
41
"prepare": "git config --local core.hooksPath .githooks",
42
"release": "bumpp \"package.json\" \"packages/**/package.json\" \"packages/**/jsr.json\" --commit \"release: v\" --all --push --tag",
43
+ "test": "echo test ...",
44
"typecheck:deno": "pnpm -r --if-present typecheck:deno",
45
"typecheck:tsc": "tsgo --noEmit --diagnostics"
46
},
0 commit comments