Skip to content

Commit 4e18445

Browse files
committed
chore: skip clean and test
1 parent 669ce02 commit 4e18445

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
@@ -20,7 +20,7 @@
2020
"commitmsg": "conventional-changelog-lint -e",
2121
"prepublish": "npm run build",
2222
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"chore(changelog): Update changelog",
23-
"patch": "np patch --any-branch",
23+
"patch": "np patch --any-branch --yolo",
2424
"minor": "np minor --any-branch",
2525
"major": "np major --any-branch",
2626
"test": "npm run test:e2e",

0 commit comments

Comments
 (0)