Skip to content

Commit

Permalink
fix: skip bad commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
bradvogel committed Mar 7, 2021
1 parent 98548b5 commit 4c85357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ci:commitlint": "commitlint-jenkins --pr-only",
"lint": "eslint .",
"prepublishOnly": "npm run babelBuild && if [ \"$CI\" = '' ]; then node -p 'JSON.parse(process.env.npm_package_config_manualPublishMessage)'; exit 1; fi",
"semantic-release": "SEMANTIC_COMMITLINT_SKIP=5ed5489,e2ab709,187f1fe,0dcc73f semantic-release",
"semantic-release": "SEMANTIC_COMMITLINT_SKIP=5ed5489,e2ab709,187f1fe,0dcc73f,6d15fe5 semantic-release",
"test": "DRIVER=mongoist jest && DRIVER=native jest"
},
"repository": {
Expand Down

0 comments on commit 4c85357

Please sign in to comment.