Skip to content

Commit af6b0c8

Browse files
committed
chore: run eslint only once when testing on travis
1 parent 5dc4a88 commit af6b0c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"prebuild": "npm run test:unit",
3131
"build": "rimraf distribution/ && babel source/ --out-dir distribution/ --ignore **/*.spec.js",
3232
"prepublish": "npm run build",
33-
"pretest:unit": "npm run lint && npm run flow",
33+
"pretest:unit": "npm run flow",
3434
"test:unit": "ava",
35-
"test": "npm run test:unit && tav"
35+
"test": "npm run lint && npm run test:unit && tav"
3636
},
3737
"ava": {
3838
"files": [

0 commit comments

Comments
 (0)