Skip to content

Commit 943e631

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/057c4df07dfcd3ed83201b062803b05a252bf67f/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 da39ab5 commit 943e631

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
"dependencies": {
6060
"@aureooms/js-compare": "^1.4.8",

0 commit comments

Comments
 (0)