chore(package.json): update release cmd

This commit is contained in:
daniel.xiao
2020-08-12 20:52:12 +08:00
committed by Dmitry Nagibin
parent e5a5e597c6
commit b92d01f44d
+1 -1
View File
@@ -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": {