We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bd4cd commit 0070bd3Copy full SHA for 0070bd3
package.json
@@ -56,7 +56,7 @@
56
"prepublishOnly": "pinst --disable",
57
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
58
"test": "ava",
59
- "travis": "npm run lint && npm run cover"
+ "travis": "npm run lint-config && npm run lint && npm run cover"
60
},
61
"dependencies": {},
62
"devDependencies": {
0 commit comments