Skip to content

Commit dadacea

Browse files
author
Eli Skeggs
committed
chore: skip problematic dependabot commits
1 parent 27c748b commit dadacea

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
@@ -8,7 +8,7 @@
88
"ci:commitlint": "commitlint-jenkins --pr-only",
99
"lint": "eslint .",
1010
"prepublishOnly": "if [ \"$CI\" = '' ]; then node -p 'JSON.parse(process.env.npm_package_config_manualPublishMessage)'; exit 1; fi",
11-
"semantic-release": "semantic-release",
11+
"semantic-release": "SEMANTIC_COMMITLINT_SKIP=27c748b,374ce41,9fc5b01,0f4cff3 semantic-release",
1212
"test": "echo \"Error: no test specified\" && exit 1"
1313
},
1414
"repository": {

0 commit comments

Comments
 (0)