Skip to content

Commit 33460dd

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 e1c3704 commit 33460dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"prepublishOnly": "pinst --disable",
5959
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
6060
"test": "ava",
61-
"travis": "npm run lint && npm run cover"
61+
"travis": "npm run lint-config && npm run lint && npm run cover"
6262
},
6363
"dependencies": {
6464
"@aureooms/js-pairing-heap": "^2.0.1",

0 commit comments

Comments
 (0)