File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,12 @@ reports/
3
3
resolvers /
4
4
5
5
# config
6
- .babelrc
7
6
.eslintrc.yml
8
7
.travis.yml
9
8
appveyor.yml
10
9
.coveralls.yml
11
10
.editorconfig
12
11
.gitignore
13
- gulpfile.js
14
12
15
13
# project stuff
16
14
* .sublime- *
Original file line number Diff line number Diff line change 9
9
"scripts" : {
10
10
"watch" : " NODE_PATH=./lib gulp watch-test" ,
11
11
"cover" : " gulp pretest && NODE_PATH=./lib istanbul cover --dir reports/coverage _mocha tests/lib/ -- --recursive -R progress" ,
12
+ "pretest" : " eslint ./src" ,
12
13
"test" : " NODE_PATH=./lib gulp test" ,
13
14
"ci-test" : " eslint ./src && gulp pretest && istanbul cover --report lcovonly --dir reports/coverage _mocha tests/lib/ -- --recursive --reporter dot" ,
14
15
"debug" : " NODE_PATH=./lib mocha debug --recursive --reporter dot tests/lib/" ,
15
- "prepublish" : " eslint ./src && gulp prepublish" ,
16
+ "prepublish" : " gulp prepublish" ,
16
17
"coveralls" : " cat ./reports/coverage/lcov.info | coveralls"
17
18
},
18
19
"repository" : {
You can’t perform that action at this time.
0 commit comments