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 b301822 commit 2bccd57Copy full SHA for 2bccd57
package.json
@@ -86,7 +86,7 @@
86
"prepublishOnly": "pinst --disable",
87
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
88
"test": "ava",
89
- "travis": "npm run lint && npm run cover"
+ "travis": "npm run lint-config && npm run lint && npm run cover"
90
},
91
"dependencies": {
92
"@aureooms/js-error": "^5.0.2",
0 commit comments