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 843098f commit 2d35a1fCopy full SHA for 2d35a1f
package.json
@@ -14,7 +14,7 @@
14
"lint": "eslint --ignore-path .gitignore .",
15
"lint:fix": "npm run lint -- --fix",
16
"prepublishOnly": "npm run clean && npm run build:unmin && npm run build:min",
17
- "release": "standard-version",
+ "release": "standard-version --no-verify",
18
"test": "mocha"
19
},
20
"repository": {
0 commit comments