Skip to content

Commit

Permalink
Use prepack in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 30, 2020
1 parent ef85dd0 commit be69402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"scripts": {
"test": "xo && npm run build && nyc ava",
"build": "del-cli dist && tsc",
"prepare": "npm run build"
"prepack": "npm run build"
},
"files": [
"dist/source"
Expand Down

0 comments on commit be69402

Please sign in to comment.