Skip to content

Commit 456549c

Browse files
committed
Fix release test script
1 parent 574d4ca commit 456549c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.release-it.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"hooks": {
3-
"before:init": ["pnpm lint", "pnpm test -- --run"],
3+
"before:init": ["pnpm lint", "pnpm test --run"],
44
"after:bump": "pnpm build"
55
},
66
"github": {

0 commit comments

Comments
 (0)