Skip to content

Commit c057969

Browse files
🤖 config(travis): Lint config in script.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/f4f2f038c1728370f45204d13b52e4691640a5b4/src/transforms/travis:add-lint-config-to-script.js Please contact the author of the transform if you believe there was an error.
1 parent 6175b0c commit c057969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"prepublishOnly": "pinst --disable",
5555
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
5656
"test": "ava",
57-
"travis": "npm run lint && npm run cover"
57+
"travis": "npm run lint-config && npm run lint && npm run cover"
5858
},
5959
"devDependencies": {
6060
"@aureooms/js-compare": "2.0.0",

0 commit comments

Comments
 (0)