Skip to content

Commit e8ac250

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/make-github-pseudonymous-again/rejuvenate/blob/8134808bd3e9bcbb3e4b2ca5401e2dee58965a01/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 346c33b commit e8ac250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"prepublishOnly": "pinst --disable",
7070
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
7171
"test": "ava",
72-
"travis": "npm run lint && npm run cover"
72+
"travis": "npm run lint-config && npm run lint && npm run cover"
7373
},
7474
"dependencies": {
7575
"@iterable-iterator/filter": "^1.0.1",

0 commit comments

Comments
 (0)