We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669ce02 commit 4e18445Copy full SHA for 4e18445
1 file changed
package.json
@@ -20,7 +20,7 @@
20
"commitmsg": "conventional-changelog-lint -e",
21
"prepublish": "npm run build",
22
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"chore(changelog): Update changelog",
23
- "patch": "np patch --any-branch",
+ "patch": "np patch --any-branch --yolo",
24
"minor": "np minor --any-branch",
25
"major": "np major --any-branch",
26
"test": "npm run test:e2e",
0 commit comments