Skip to content

Commit

Permalink
fix(release): ensure package json will be updated when release is cre…
Browse files Browse the repository at this point in the history
…ated
  • Loading branch information
uittorio committed May 31, 2020
1 parent 4d75065 commit 0340e55
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 @@ -22,7 +22,7 @@
"test:playground": "karma start config/karma/karma.config.transformer.playground.js",
"test:playground:build": "karma start config/karma/karma.config.transformer.playground.build.js",
"release": "cp -r package.json package-lock.json README.md CHANGELOG.md dist && semantic-release",
"postpublish": "cp -r package.json ../ && cp -r package-lock.json ../ && cp -r CHANGELOG.md ../",
"postversion": "cp -r package.json ../ && cp -r package-lock.json ../ && cp -r CHANGELOG.md ../",
"cz": "git-cz",
"commit": "npm run cz"
},
Expand Down

0 comments on commit 0340e55

Please sign in to comment.