Skip to content

Commit 2d35a1f

Browse files
fix(release): do not lint standard-version commit message
1 parent 843098f commit 2d35a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint": "eslint --ignore-path .gitignore .",
1515
"lint:fix": "npm run lint -- --fix",
1616
"prepublishOnly": "npm run clean && npm run build:unmin && npm run build:min",
17-
"release": "standard-version",
17+
"release": "standard-version --no-verify",
1818
"test": "mocha"
1919
},
2020
"repository": {

0 commit comments

Comments
 (0)