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 5dc4a88 commit af6b0c8Copy full SHA for af6b0c8
package.json
@@ -30,9 +30,9 @@
30
"prebuild": "npm run test:unit",
31
"build": "rimraf distribution/ && babel source/ --out-dir distribution/ --ignore **/*.spec.js",
32
"prepublish": "npm run build",
33
- "pretest:unit": "npm run lint && npm run flow",
+ "pretest:unit": "npm run flow",
34
"test:unit": "ava",
35
- "test": "npm run test:unit && tav"
+ "test": "npm run lint && npm run test:unit && tav"
36
},
37
"ava": {
38
"files": [
0 commit comments