Skip to content

Commit

Permalink
refactor: Remove conventional-commits
Browse files Browse the repository at this point in the history
  • Loading branch information
fjodor-rybakov committed Mar 20, 2022
1 parent d762ece commit c49cf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "lerna run build --no-private",
"format": "prettier --write \"packages/**/*.ts\" --ignore-path .gitignore",
"prepublish": "npm run build",
"publish": "lerna publish -m \"chore: Publish release\" --no-private --conventional-commits",
"publish": "lerna publish -m \"chore: Publish release\" --no-private",
"publish:beta": "lerna publish --canary --preid beta -m \"chore: Publish beta release\" --no-private",
"lint": "eslint \"packages/{common,core}/src/**/*.ts\" --fix",
"prepare": "husky install",
Expand Down

0 comments on commit c49cf52

Please sign in to comment.