Skip to content

Commit

Permalink
chore: add conventional commits parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Sep 14, 2024
1 parent ffb2542 commit d12265c
Show file tree
Hide file tree
Showing 55 changed files with 12,783 additions and 493 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
"scripts": {
"prepare": "is-ci || husky",
"build": "cd packages/_aggregate && yarn build",
"clear": "rimraf --glob 'packages/*/lib' 'packages/*/node_modules' coverage node_modules",
"test": "tests-runner run",
"test:ci": "CI=true yarn run test"
"dev": "cd packages/_aggregate && yarn dev",
"clear": "rimraf --glob 'packages/*/lib' 'packages/*/node_modules' 'packages/*/coverage' coverage node_modules",
"test": "tests-runner",
"test:ci": "CI=true yarn run test run"
},
"config": {
"commitizen": {
Expand Down
12 changes: 12 additions & 0 deletions packages/_aggregate/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@
},
{
"path": "../ci-github-release"
},
{
"path": "../conventional-commits-changelog"
},
{
"path": "../conventional-commits-parser"
},
{
"path": "../git"
},
{
"path": "../github"
}
]
}
Loading

0 comments on commit d12265c

Please sign in to comment.