Skip to content

Commit 77c645b

Browse files
authored
Merge pull request mixmaxhq#291 from mixmaxhq/brad/fix-build
fix: skip bad commit message
2 parents 98548b5 + 4c85357 commit 77c645b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ci:commitlint": "commitlint-jenkins --pr-only",
1616
"lint": "eslint .",
1717
"prepublishOnly": "npm run babelBuild && if [ \"$CI\" = '' ]; then node -p 'JSON.parse(process.env.npm_package_config_manualPublishMessage)'; exit 1; fi",
18-
"semantic-release": "SEMANTIC_COMMITLINT_SKIP=5ed5489,e2ab709,187f1fe,0dcc73f semantic-release",
18+
"semantic-release": "SEMANTIC_COMMITLINT_SKIP=5ed5489,e2ab709,187f1fe,0dcc73f,6d15fe5 semantic-release",
1919
"test": "DRIVER=mongoist jest && DRIVER=native jest"
2020
},
2121
"repository": {

0 commit comments

Comments
 (0)