Skip to content

Commit

Permalink
Merge pull request #28 from ExodusMovement/sparten11740/chore/make-su…
Browse files Browse the repository at this point in the history
…re-package-is-built-before-publishing
  • Loading branch information
sparten11740 authored Dec 11, 2024
2 parents 6071ff4 + 0a1acb3 commit 8b6e650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"benchmark": "jest /benchmark",
"postbenchmark": "open -a Chrome benchmark/chart/index.html",
"prebuild": "rm -rf lib",
"build": "tsc"
"build": "tsc",
"prepublishOnly": "yarn build"
},
"files": [
"lib"
Expand Down

0 comments on commit 8b6e650

Please sign in to comment.