Skip to content

Commit

Permalink
fix(package): Build the module before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed May 6, 2021
1 parent 819f9b2 commit 6e629cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@
"benchmark": "ts-node benchmark/benchmark.ts --regex \"^(?!.*highmem)\"",
"update-sponsors": "ts-node scripts/fetch-sponsors.ts",
"bench": "npm run benchmark",
"pre-commit": "lint-staged"
"pre-commit": "lint-staged",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"prettier": {
"singleQuote": true,
Expand Down

0 comments on commit 6e629cd

Please sign in to comment.