chore: rename version script

This commit is contained in:
Igor Randjelovic
2021-01-22 14:13:05 +01:00
parent 7289849c7a
commit 8de676afdd

View File

@ -32,7 +32,7 @@
"tns-platform-declarations": "latest" "tns-platform-declarations": "latest"
}, },
"scripts": { "scripts": {
"version": "conventional-changelog -p angular -i ../CHANGELOG.md -s && git add ../CHANGELOG.md", "chanagelog": "conventional-changelog -p angular -i ../CHANGELOG.md -s && git add ../CHANGELOG.md",
"postinstall": "node cli-hooks/postinstall.js", "postinstall": "node cli-hooks/postinstall.js",
"preuninstall": "node cli-hooks/preuninstall.js" "preuninstall": "node cli-hooks/preuninstall.js"
}, },