File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 61
61
"appveyor:test" : " npm run test" ,
62
62
"build" : " cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files" ,
63
63
"clean" : " del-cli dist" ,
64
- "lint" : " eslint --cache src test" ,
65
- "lint-staged" : " lint-staged" ,
66
64
"prepare" : " npm run build" ,
67
65
"prebuild" : " npm run clean" ,
68
66
"release" : " standard-version" ,
69
67
"security" : " nsp check" ,
70
68
"test" : " jest" ,
71
69
"test:watch" : " jest --watch" ,
72
70
"test:coverage" : " jest --collectCoverageFrom='src/**/*.js' --coverage" ,
73
- "travis:lint" : " npm run lint && npm run security" ,
74
71
"travis:test" : " npm run test -- --runInBand" ,
75
72
"travis:coverage" : " npm run test:coverage -- --runInBand" ,
76
73
"webpack-defaults" : " webpack-defaults"
You can’t perform that action at this time.
0 commit comments