Skip to content

Commit 14ce987

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/042c55f2254a9efdce5074d537141d6f85a98927/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 8f74c1c commit 14ce987

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
"@arithmetic-type/uint64": "^4.0.0"

0 commit comments

Comments
 (0)