File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4
4
- " 4"
5
5
- " 6"
6
6
- " 7"
7
+ before_script :
8
+ - npm run setup
7
9
after_success :
8
10
- npm run codecov
Original file line number Diff line number Diff line change 11
11
"clean" : " rimraf .nyc_output coverage" ,
12
12
"coverage" : " nyc report --reporter lcov && opener ./coverage/lcov-report/index.html" ,
13
13
"lint" : " eslint index.js \" test/*.js\" " ,
14
- "postinstall" : " git submodule update --init && cd test/fixtures/eslint && npm install" ,
15
14
"postversion" : " git push && git push --tags" ,
16
15
"pretest" : " npm run lint" ,
17
16
"preversion" : " npm test" ,
17
+ "setup" : " git submodule update --init && cd test/fixtures/eslint && npm install" ,
18
18
"test" : " nyc mocha \" test/*.js\" --compilers js:babel-register --reporter progress --timeout 30000" ,
19
19
"watch" : " mocha \" test/*.js\" --compilers js:babel-register --growl --reporter progress --watch" ,
20
20
"codecov" : " nyc report --reporter lcovonly && codecov"
You can’t perform that action at this time.
0 commit comments