Skip to content

Commit

Permalink
Merge pull request #251 from bitchcraft/fix/build-release-it-issues
Browse files Browse the repository at this point in the history
build: add missing dev dependency for release it process
  • Loading branch information
thiemok authored Apr 28, 2024
2 parents 7ea08ac + 670da98 commit f3943b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"commitlint": "^18.4.4",
"conventional-changelog-conventionalcommits": "^7.0.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -33,7 +34,7 @@
"check:lint": "eslint",
"check:types": "tsc --noEmit --pretty",
"prepare": "husky install",
"release": "release-it --ci --dry-run",
"release": "release-it --ci",
"generate:yarnSdks": "yarn dlx @yarnpkg/sdks"
},
"jest": {
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:^6.19.0"
"@typescript-eslint/parser": "npm:^6.19.0"
commitlint: "npm:^18.4.4"
conventional-changelog-conventionalcommits: "npm:^7.0.0"
debug: "npm:^4.3.4"
eslint: "npm:^8.56.0"
eslint-config-airbnb-base: "npm:^15.0.0"
Expand Down Expand Up @@ -2896,7 +2897,7 @@ __metadata:
languageName: node
linkType: hard

"conventional-changelog-conventionalcommits@npm:^7.0.2":
"conventional-changelog-conventionalcommits@npm:^7.0.0, conventional-changelog-conventionalcommits@npm:^7.0.2":
version: 7.0.2
resolution: "conventional-changelog-conventionalcommits@npm:7.0.2"
dependencies:
Expand Down

0 comments on commit f3943b9

Please sign in to comment.