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 6175b0c commit c057969Copy full SHA for c057969
package.json
@@ -54,7 +54,7 @@
54
"prepublishOnly": "pinst --disable",
55
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
56
"test": "ava",
57
- "travis": "npm run lint && npm run cover"
+ "travis": "npm run lint-config && npm run lint && npm run cover"
58
},
59
"devDependencies": {
60
"@aureooms/js-compare": "2.0.0",
0 commit comments