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 c43cf98 commit d0c0896Copy full SHA for d0c0896
package.json
@@ -26,7 +26,8 @@
26
"scripts": {
27
"lint": "eslint --format=codeframe .",
28
"test": "npm run lint && jasmine test/unit/* test/e2e/index.js",
29
- "coverage": "nyc npm run test"
+ "coverage": "nyc npm run test",
30
+ "prepublishOnly": "npm run test"
31
},
32
"main": "src/index.js",
33
"files": [
0 commit comments