Skip to content

Commit 2bccd57

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/67ba7d5e9b38c8944d42909a3a30b0710559b446/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 b301822 commit 2bccd57

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
@@ -86,7 +86,7 @@
8686
"prepublishOnly": "pinst --disable",
8787
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
8888
"test": "ava",
89-
"travis": "npm run lint && npm run cover"
89+
"travis": "npm run lint-config && npm run lint && npm run cover"
9090
},
9191
"dependencies": {
9292
"@aureooms/js-error": "^5.0.2",

0 commit comments

Comments
 (0)