Skip to content

Commit

Permalink
chore: use prepublishOnly insted of prepublish (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVarchuk committed May 30, 2022
1 parent d70316f commit 7d4ad3b
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 @@ -13,7 +13,7 @@
"build": "gulp build",
"build-dist": "gulp build",
"coverage": "gulp coverage",
"prepublish": "npm run build"
"prepublishOnly": "npm run build"
},
"files": [
"src/",
Expand Down

0 comments on commit 7d4ad3b

Please sign in to comment.