Skip to content

Commit

Permalink
feat: setup commitizen
Browse files Browse the repository at this point in the history
  • Loading branch information
William Sedlacek committed Sep 11, 2020
1 parent fd939b5 commit ac394d0
Show file tree
Hide file tree
Showing 2 changed files with 356 additions and 13 deletions.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"test": "jest",
"build": "tsc --build tsconfig.lib.json",
"prepare": "prisma generate",
"lint": "tslint -c tslint.json 'src/**/*.ts' --project tsconfig.lib.json"
"lint": "tslint -c tslint.json 'src/**/*.ts' --project tsconfig.lib.json",
"commit": "cz"
},
"engines": {
"node": ">=12.0"
Expand All @@ -59,6 +60,8 @@
"@types/jest": "^26.0.13",
"@types/node": "^14.6.4",
"@types/supertest": "^2.0.10",
"commitizen": "^4.2.1",
"cz-conventional-changelog": "3.3.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"husky": "^4.3.0",
Expand All @@ -69,5 +72,10 @@
"tslint": "^6.1.3",
"tslint-config-suiyobi": "^0.3.1",
"typescript": "^4.0.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
Loading

0 comments on commit ac394d0

Please sign in to comment.