Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
Ensuring we build before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio-Laguna committed Nov 17, 2021
1 parent 4645fdf commit dbc0c5e
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 @@ -26,7 +26,7 @@
"dist"
],
"scripts": {
"prepublishOnly": "npm test",
"prepublishOnly": "npm run build && npm test",
"build": "rollup -c .rollup.js",
"test": "node .bin/test.js",
"test:lint": "node .bin/test-lint.js",
Expand Down

0 comments on commit dbc0c5e

Please sign in to comment.