Skip to content

Commit

Permalink
fix(package): use postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranayub committed Jul 17, 2020
1 parent cb094e3 commit 983bf95
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 @@ -15,7 +15,7 @@
"start": "npm link && nodemon",
"semantic-release": "semantic-release",
"docs": "typedoc",
"prepublishOnly": "npx copyfiles -s package.json README.md CHANGELOG.md LICENSE dist/"
"postinstall": "npx copyfiles -s package.json README.md CHANGELOG.md LICENSE dist/"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 983bf95

Please sign in to comment.