Skip to content

Commit b316e88

Browse files
committed
use the beautify-lint on travis too
1 parent 7c5da65 commit b316e88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"lint": "eslint lib",
8080
"beautify-lint": "node ./scripts/beautify-check",
8181
"beautify": "node ./scripts/beautify-rewrite",
82-
"precover": "npm run lint",
82+
"precover": "npm run lint && npm run beautify-lint",
8383
"cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
8484
"publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish"
8585
}

0 commit comments

Comments
 (0)