Skip to content

Commit

Permalink
chore(package): add prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonatangcavalcanti committed May 18, 2023
1 parent c80534b commit 7daef26
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 @@
"dist": "yarn lint && yarn build && yarn release",
"start": "webpack-dev-server",
"release": "webpack",
"lint": "eslint src/"
"lint": "eslint src/",
"prepublishOnly": "yarn release"
},
"files": [
"/dist",
Expand Down

0 comments on commit 7daef26

Please sign in to comment.