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 3a02869 commit f458200Copy full SHA for f458200
package.json
@@ -57,7 +57,7 @@
57
"prepublishOnly": "pinst --disable",
58
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
59
"test": "ava",
60
- "travis": "npm run lint && npm run cover"
+ "travis": "npm run lint-config && npm run lint && npm run cover"
61
},
62
"dependencies": {
63
"@array-like/copy": "^0.0.1",
0 commit comments