We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f4239 commit b5fb652Copy full SHA for b5fb652
package.json
@@ -14,7 +14,7 @@
14
"compile:commonjs": "tsc",
15
"compile:es": "rimraf es && tsc --outDir es --module es6 --declaration false",
16
"compile-and-size": "yarn tsc && cat index.js | gzip | wc -c",
17
- "prepare": "npm run test && npm run lint",
+ "prepare": "npm-run-all compile test lint",
18
"patch-release": "npm version patch && npm publish && npm run postpublish",
19
"minor-release": "npm version minor && npm publish && npm run postpublish",
20
"major-release": "npm version major && npm publish && npm run postpublish",
0 commit comments