File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,6 @@ language: node_js
22node_js :
33 - " stable"
44sudo : false
5+ script :
6+ - npm run lint
7+ - npm test
Original file line number Diff line number Diff line change 99 "test-watch" : " npm run test-base -- --auto-watch" ,
1010 "test-base" : " ./node_modules/.bin/karma start" ,
1111 "prebuild" : " rimraf lib" ,
12- "eslint " : " gulp eslint" ,
13- "build" : " npm run eslint && babel --stage 1 ./src --out-dir ./lib" ,
12+ "lint " : " gulp eslint" ,
13+ "build" : " babel --stage 1 ./src --out-dir ./lib" ,
1414 "prepublish" : " npm run build"
1515 },
1616 "keywords" : [
5353 "babelify" : " ^6.1.3" ,
5454 "browserify-istanbul" : " ^0.2.1" ,
5555 "chai" : " ^3.2.0" ,
56- "eslint" : " ^1.1 .0" ,
56+ "eslint" : " ~1.8 .0" ,
5757 "eslint-loader" : " ^1.0.0" ,
5858 "eslint-plugin-react" : " ^3.2.2" ,
5959 "fbjs" : " ^0.2.1" ,
You can’t perform that action at this time.
0 commit comments