Skip to content

Commit

Permalink
Added prepublishOnly script (to ensure code is built)
Browse files Browse the repository at this point in the history
  • Loading branch information
BTOdell committed Jul 20, 2021
1 parent 6b97982 commit 622a451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"compile": "tsc -b",
"pretest": "npm run compile",
"test": "mocha",
"prepublishOnly": "npm run compile",
"clean": "npm run clean --workspaces",
"clean-nm": "npx shx rm -rf ./**/node_modules",
"clean-all": "run-s -cs clean clean-nm"
Expand Down

0 comments on commit 622a451

Please sign in to comment.