Skip to content

Commit

Permalink
Merge pull request #243 from layer5io/197-commitizen
Browse files Browse the repository at this point in the history
feat(repo): Fix `commitizen`
  • Loading branch information
nebula-aac authored Nov 7, 2023
2 parents 3abeead + 1f894f7 commit 97e94ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ignore artifacts:
dist
coverage

**/dist/**
**/coverage/**
**/.cache/**
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"packages/*"
],
"scripts": {
"commit:sign": "git cz -S",
"clean": "lerna clean -y",
"build-all": "lerna run build",
"format:check": "prettier --check \"**/*.{ts,tsx,md}\" --config ./.prettierrc",
Expand Down Expand Up @@ -37,7 +38,7 @@
"packageManager": "[email protected]",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
"path": "cz-conventional-changelog"
}
}
}

0 comments on commit 97e94ae

Please sign in to comment.