Skip to content

Commit 2027d29

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/e086830dfe927964be93f46b8ecdacd2597eb487/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 1727f54 commit 2027d29

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
@@ -61,7 +61,7 @@
6161
"prepublishOnly": "pinst --disable",
6262
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
6363
"test": "ava",
64-
"travis": "npm run lint && npm run cover"
64+
"travis": "npm run lint-config && npm run lint && npm run cover"
6565
},
6666
"dependencies": {
6767
"@aureooms/js-itertools": "^5.0.2"

0 commit comments

Comments
 (0)