Skip to content

Commit

Permalink
Merge pull request #26 from mikaelhadler/feature/conventional-commits
Browse files Browse the repository at this point in the history
Inclusão do commitizen para padronização de contribuições
  • Loading branch information
BernardoSM authored Oct 3, 2023
2 parents 0c9e6fa + b159f96 commit 217181d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,18 @@
"generate:production": "dotenv -e .env.production -- turbo run generate --no-daemon",
"generate:development": "dotenv -e .env.development -- turbo run generate --no-daemon",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"commit": "cz"
},
"devDependencies": {
"dotenv-cli": "^7.2.1",
"turbo": "^1.10.12"
"turbo": "^1.10.12",
"commitizen": "4.3.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"name": "my-turborepo",
"packageManager": "[email protected]"
Expand Down

0 comments on commit 217181d

Please sign in to comment.