File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 79
79
},
80
80
"scripts" : {
81
81
"build" : " babel lib/ --config-file=./scripts/babel.config.js --out-dir=lib-cjs/ --source-maps" ,
82
- "ci" : " npm run lint && npm test && c8 report --reporter=text-lcov | coveralls" ,
82
+ "ci" : " npm test && c8 report --reporter=text-lcov | coveralls" ,
83
83
"lint" : " eslint lib/ scripts/ test/" ,
84
84
"lint:fix" : " npm run lint -- --fix" ,
85
85
"posttest" : " c8 report --reporter=text-summary --reporter=html" ,
86
- "prepublishOnly" : " npm run lint && npm test && npm run build" ,
86
+ "prepublishOnly" : " npm test && npm run build" ,
87
87
"test" : " c8 --exclude=scripts/ mocha test/ --bail --check-leaks --require=scripts/register-babel" ,
88
88
"test:watch" : " npm test -- --watch --watch-extensions=js,json"
89
89
},
You can’t perform that action at this time.
0 commit comments