Skip to content

Commit

Permalink
Ensure package is built when publishing
Browse files Browse the repository at this point in the history
Fixes #174
  • Loading branch information
Richienb committed Feb 5, 2023
1 parent a58c7dd commit 967e4bd
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 @@ -14,7 +14,7 @@
"build": "tsc --build --clean",
"test": "xo && ava",
"bench": "node --loader=ts-node/esm bench.ts",
"prepare": "tsc --build --clean"
"prepublishOnly": "tsc --build --clean"
},
"files": [
"dist"
Expand Down

0 comments on commit 967e4bd

Please sign in to comment.