Skip to content

Commit

Permalink
Make it possible to install from Git
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored and arseneyr committed Jul 28, 2021
1 parent c06de1d commit 2df1183
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 @@ -13,7 +13,7 @@
"build": "del dist && tsc",
"test": "xo && npm run build && nyc ava",
"bench": "ts-node bench.ts",
"prepublishOnly": "npm run build"
"prepare": "npm run build"
},
"files": [
"dist"
Expand Down

0 comments on commit 2df1183

Please sign in to comment.