mirror of
https://github.com/vxcontrol/ncform.git
synced 2026-07-19 18:23:32 -04:00
chore(package.json): update release cmd
This commit is contained in:
committed by
Dmitry Nagibin
parent
e5a5e597c6
commit
b92d01f44d
+1
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user