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 7979 },
8080 "scripts" : {
8181 "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" ,
8383 "lint" : " eslint lib/ scripts/ test/" ,
8484 "lint:fix" : " npm run lint -- --fix" ,
8585 "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" ,
8787 "test" : " c8 --exclude=scripts/ mocha test/ --bail --check-leaks --require=scripts/register-babel" ,
8888 "test:watch" : " npm test -- --watch --watch-extensions=js,json"
8989 },
You can’t perform that action at this time.
0 commit comments