Skip to content

Commit 23d8bf0

Browse files
committed
fix(release): point cracks to correct tests path
1 parent 90b43c7 commit 23d8bf0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@
6363
}
6464
},
6565
"release": {
66-
"verifyRelease": "cracks"
66+
"verifyRelease": {
67+
"path": "cracks",
68+
"paths": ["test", "package.json"],
69+
"silent": true
70+
}
6771
}
6872
}

0 commit comments

Comments
 (0)