Skip to content

Commit

Permalink
Add prepare script to ensure package is built before publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 3, 2021
1 parent 897ab83 commit c325beb
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 @@ -20,6 +20,7 @@
"build": "tsc",
"clean": "rm -rf dist",
"lint": "eslint .",
"prepare": "yarn build",
"pretest": "multidep test/multidep.json",
"test": "yarn build && mocha",
"watch": "tsc --watch"
Expand Down

0 comments on commit c325beb

Please sign in to comment.