Skip to content

Commit

Permalink
Replace prepublish script with prepack as per lifecycle script guidel…
Browse files Browse the repository at this point in the history
…ines
  • Loading branch information
RobTheFiveNine committed Jun 20, 2021
1 parent 01e958e commit d0a1e39
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 @@ -34,7 +34,7 @@
"build": "babel src --out-dir dist",
"clean": "rimraf dist",
"lint": "eslint src/",
"prepublish": "yarn run clean && yarn build",
"prepack": "yarn run clean && yarn build",
"test": "jest -c jest.config.js",
"test:ci": "jest -c jest.config.js --coverage"
},
Expand Down

0 comments on commit d0a1e39

Please sign in to comment.