Skip to content

Commit 84c2955

Browse files
committed
chore: fix release scripts
1 parent 5c84173 commit 84c2955

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"hooks": {
137137
"before:init": [
138138
"yarn lint",
139-
"yarn test",
139+
"yarn test --passWithNoTests",
140140
"yarn typescript"
141141
],
142142
"after:bump": [

0 commit comments

Comments
 (0)