Skip to content

Commit 4bcaa70

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/7a92df9c28303ed9cd6ee1a5e4999acfc8c52497/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 728c7eb commit 4bcaa70

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
@@ -60,7 +60,7 @@
6060
"prepublishOnly": "pinst --disable",
6161
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
6262
"test": "ava",
63-
"travis": "npm run lint && npm run cover"
63+
"travis": "npm run lint-config && npm run lint && npm run cover"
6464
},
6565
"dependencies": {
6666
"@functional-data-structure/persistent-stack": "^1.0.0",

0 commit comments

Comments
 (0)