Skip to content

Commit

Permalink
chore: copy back package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylvln committed Apr 21, 2022
1 parent cb884ff commit f7e4662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"scripts": {
"lint": "eslint .",
"prerelease": "rm -Rf dist && mkdir dist && cp README.md package.json package-lock.json src/* dist",
"release": "cd dist && np --no-tests --message=\"chore: v%s\" && cp dist/package.json package.json"
"release": "cd dist && np --no-tests --message=\"chore: v%s\"",
"postrelease": "cp dist/package.json package.json"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f7e4662

Please sign in to comment.