Skip to content

Commit

Permalink
fix(CommitMessage): disable scope lowercase functional in the git-cz …
Browse files Browse the repository at this point in the history
…package (#46)
  • Loading branch information
hamikhambardzumyan committed Jan 10, 2024
1 parent 19f4e54 commit 120bebe
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
28 changes: 28 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"copy-build-statics-files": "babel-node --config-file ./configs/.babelrc ./scripts/copyFiles.js",
"bump-up-commit": "babel-node --config-file ./configs/.babelrc ./scripts/postPublish.js",
"build:watch": "watch 'npm run build' ./src",
"commit": "git-cz",
"commit": "cross-env DISABLE_SCOPE_LOWERCASE=true git-cz",
"changelog": "conventional-changelog -i CHANGELOG.md -s",
"add-lib-version-to-docs": "babel-node --config-file ./configs/.babelrc ./scripts/addVersionHistory.js",
"build-storybook": "npm run add-lib-version-to-docs && build-storybook",
Expand Down Expand Up @@ -86,6 +86,7 @@
"chalk": "^4.1.2",
"commitizen": "^4.2.5",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"cz-conventional-changelog": "^3.3.0",
"enzyme": "^3.11.0",
Expand Down

0 comments on commit 120bebe

Please sign in to comment.