Skip to content

Commit b5fb652

Browse files
authored
ensure full compilation happens prior to publish (#143)
1 parent 52f4239 commit b5fb652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"compile:commonjs": "tsc",
1515
"compile:es": "rimraf es && tsc --outDir es --module es6 --declaration false",
1616
"compile-and-size": "yarn tsc && cat index.js | gzip | wc -c",
17-
"prepare": "npm run test && npm run lint",
17+
"prepare": "npm-run-all compile test lint",
1818
"patch-release": "npm version patch && npm publish && npm run postpublish",
1919
"minor-release": "npm version minor && npm publish && npm run postpublish",
2020
"major-release": "npm version major && npm publish && npm run postpublish",

0 commit comments

Comments
 (0)