Skip to content

Commit 4165e8f

Browse files
committed
chore: update -e usage
1 parent bcf33c0 commit 4165e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "lerna run build --stream --parallel --include-filtered-dependencies",
99
"clean": "lerna clean --yes && lerna run clean --stream --parallel --include-filtered-dependencies",
1010
"commit": "./@commitlint/prompt-cli/cli.js",
11-
"commitmsg": "./@commitlint/cli/cli.js -e",
11+
"commitmsg": "./@commitlint/cli/cli.js -e $GIT_PARAMS",
1212
"docs": "docsify serve docs",
1313
"postinstall": "lerna bootstrap",
1414
"precommit": "lint-staged",

0 commit comments

Comments
 (0)