Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
🔧 New prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoLeBras committed Dec 19, 2021
1 parent 85be81b commit ba9ec16
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 @@ -9,7 +9,7 @@
"dev": "rescript build -w",
"clean": "rescript clean -with-deps",
"test": "jest",
"prepublish": "yarn clean && yarn bundle && yarn test && cp -r src/Big.bs.js lib/Big.bs.js"
"prepublishOnly": "yarn clean && yarn bundle && yarn test && cp -r src/Big.bs.js lib/Big.bs.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ba9ec16

Please sign in to comment.