We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5da65 commit b316e88Copy full SHA for b316e88
1 file changed
package.json
@@ -79,7 +79,7 @@
79
"lint": "eslint lib",
80
"beautify-lint": "node ./scripts/beautify-check",
81
"beautify": "node ./scripts/beautify-rewrite",
82
- "precover": "npm run lint",
+ "precover": "npm run lint && npm run beautify-lint",
83
"cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
84
"publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish"
85
}
0 commit comments