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 96c8407 commit 75c823cCopy full SHA for 75c823c
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
"@aureooms/js-error": "^5.0.1"
0 commit comments