Skip to content

Commit 245233d

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/a44c42967442d65fd14272682fb84a6f32feb841/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 48ac1a9 commit 245233d

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
@@ -57,7 +57,7 @@
5757
"prepublishOnly": "pinst --disable",
5858
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
5959
"test": "ava",
60-
"travis": "npm run lint && npm run cover"
60+
"travis": "npm run lint-config && npm run lint && npm run cover"
6161
},
6262
"dependencies": {},
6363
"devDependencies": {

0 commit comments

Comments
 (0)