Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 34fc124

Browse files
committed
chore: remove package-lock.json before npm version
1 parent 1212fa1 commit 34fc124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"scripts": {
5656
"postinstall": "node postinstall.js",
5757
"prepare": "tsc",
58-
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
58+
"version": "rm package-lock.json && conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
5959
},
6060
"bin": {
6161
"install-ns-webpack": "./bin/install-ns-webpack",

0 commit comments

Comments
 (0)