diff --git a/package.json b/package.json index 51ddbc3f..87f89ce4 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "lint:js:fix": "npm run lint:js -- --fix", "lint:md": "markdownlint --ignore node_modules --ignore CHANGELOG.md \"**/*.md\"", "lint": "npm-run-all --print-name --print-label --parallel lint:*", - "commitmsg": "commitlint -e $GIT_PARAMS", + "commitmsg": "commitlint -E GIT_PARAMS", "precommit": "lint-staged", "release": "standard-version", "release:dry-run": "npm run release -- --dry-run" diff --git a/test/fixtures/package-empty_expected.json b/test/fixtures/package-empty_expected.json index bb5040a1..e8f9f584 100644 --- a/test/fixtures/package-empty_expected.json +++ b/test/fixtures/package-empty_expected.json @@ -7,7 +7,7 @@ "lint:js:fix": "npm run lint:js -- --fix", "lint:md": "markdownlint --ignore node_modules --ignore CHANGELOG.md \"**/*.md\"", "lint": "npm-run-all --print-name --print-label --parallel lint:*", - "commitmsg": "commitlint -e $GIT_PARAMS", + "commitmsg": "commitlint -E GIT_PARAMS", "precommit": "lint-staged", "release": "standard-version", "release:dry-run": "npm run release -- --dry-run" diff --git a/test/fixtures/package-normal_expected.json b/test/fixtures/package-normal_expected.json index b5e4b05f..fd401ad5 100644 --- a/test/fixtures/package-normal_expected.json +++ b/test/fixtures/package-normal_expected.json @@ -7,7 +7,7 @@ "lint:js:fix": "npm run lint:js -- --fix", "lint:md": "markdownlint --ignore node_modules --ignore CHANGELOG.md \"**/*.md\"", "lint": "npm-run-all --print-name --print-label --parallel lint:*", - "commitmsg": "commitlint -e $GIT_PARAMS", + "commitmsg": "commitlint -E GIT_PARAMS", "precommit": "lint-staged", "release": "standard-version", "release:dry-run": "npm run release -- --dry-run"