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 567b20d commit 25a9552Copy full SHA for 25a9552
package.json
@@ -15,7 +15,7 @@
15
"postinstall": "npm run babel",
16
"babel": "babel lib -d dest",
17
"coveralls": "nyc report --reporter=text-lcov | coveralls",
18
- "precommit": "npm run lint && npm run test"
+ "precommit": "npm test"
19
},
20
"files": [
21
"lib"
0 commit comments