Skip to content

Commit

Permalink
ensure full compilation happens prior to publish (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonOehlman committed Jun 16, 2020
1 parent 52f4239 commit b5fb652
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 @@
"compile:commonjs": "tsc",
"compile:es": "rimraf es && tsc --outDir es --module es6 --declaration false",
"compile-and-size": "yarn tsc && cat index.js | gzip | wc -c",
"prepare": "npm run test && npm run lint",
"prepare": "npm-run-all compile test lint",
"patch-release": "npm version patch && npm publish && npm run postpublish",
"minor-release": "npm version minor && npm publish && npm run postpublish",
"major-release": "npm version major && npm publish && npm run postpublish",
Expand Down

0 comments on commit b5fb652

Please sign in to comment.