Skip to content

Commit 42c21e3

Browse files
committed
fix: add stub for test
1 parent 7a98aff commit 42c21e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"lint:typecheck": "pnpm run --color \"/^typecheck:/\"",
4141
"prepare": "git config --local core.hooksPath .githooks",
4242
"release": "bumpp \"package.json\" \"packages/**/package.json\" \"packages/**/jsr.json\" --commit \"release: v\" --all --push --tag",
43+
"test": "echo test ...",
4344
"typecheck:deno": "pnpm -r --if-present typecheck:deno",
4445
"typecheck:tsc": "tsgo --noEmit --diagnostics"
4546
},

0 commit comments

Comments
 (0)