Skip to content

Commit 30e5ea4

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/eb1b209cd7aa675a642d48b2a788c2c6112779f7/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 adfa31d commit 30e5ea4

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

0 commit comments

Comments
 (0)