Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
chore: update release command
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Apr 27, 2018
1 parent 2cff482 commit e0e74a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
lib/
node_modules/
CHANGELOG.md
package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "lerna bootstrap && yarn build && lerna-watch",
"format": "prettier --write \"packages/*/src/**/*.js\"",
"lint": "eslint --cache .",
"release": "yarn build && lerna publish --conventional-commits && conventional-github-releaser -p angular",
"release": "yarn build && lerna publish --conventional-commits && conventional-github-releaser --preset angular",
"test": "jest --runInBand --coverage && codecov"
},
"devDependencies": {
Expand Down

0 comments on commit e0e74a6

Please sign in to comment.