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 728c7eb commit 4bcaa70Copy full SHA for 4bcaa70
package.json
@@ -60,7 +60,7 @@
60
"prepublishOnly": "pinst --disable",
61
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
62
"test": "ava",
63
- "travis": "npm run lint && npm run cover"
+ "travis": "npm run lint-config && npm run lint && npm run cover"
64
},
65
"dependencies": {
66
"@functional-data-structure/persistent-stack": "^1.0.0",
0 commit comments