Skip to content

Commit

Permalink
Fix prepublish script not being run on npm publish anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriangalliat committed Jul 23, 2021
1 parent 63a5382 commit cd1b322
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": "microbundle",
"dev": "microbundle watch",
"lint": "standard index.js test.js",
"prepublish": "npm run build && npm test",
"prepare": "npm run build && npm test",
"test": "npm run lint && node -r source-map-support/register test"
},
"runkitExampleFilename": "runkit.js",
Expand Down

0 comments on commit cd1b322

Please sign in to comment.