Skip to content

Commit

Permalink
chore(package.json): update release cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-dx committed Aug 12, 2020
1 parent 3d8d5f1 commit aaf078b
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 @@ -23,7 +23,7 @@
"build": "lerna run build",
"commit": "git-cz",
"release:log": "conventional-changelog -p angular -i CHANGELOG_TEMP.md -s -r 0",
"release": "npm run lint && lerna run release && lerna publish",
"release": "lerna run release && lerna publish",
"test": "lerna run test"
},
"gitHooks": {
Expand Down

0 comments on commit aaf078b

Please sign in to comment.