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 8181 },
8282 "scripts" : {
8383 "build" : " babel lib/ --config-file=./scripts/babel.config.js --out-dir=lib-cjs/ --source-maps" ,
84- "ci" : " npm run lint && npm test && nyc report --reporter=text-lcov | coveralls" ,
84+ "ci" : " npm test && nyc report --reporter=text-lcov | coveralls" ,
8585 "lint" : " npm run lint:cjs && npm run lint:esm" ,
8686 "lint:cjs" : " eslint --config=scripts/eslintrc.cjs.js scripts/" ,
8787 "lint:esm" : " eslint --config=scripts/eslintrc.esm.js lib/ test/" ,
8888 "posttest" : " nyc report --reporter=text-summary --reporter=html" ,
89- "prepublishOnly" : " npm run lint && npm test && npm run build" ,
89+ "prepublishOnly" : " npm test && npm run build" ,
9090 "test" : " nyc --exclude=scripts/ --silent mocha test/ --bail --check-leaks --require=scripts/register-babel" ,
9191 "test:watch" : " npm test -- --watch --watch-extensions=json"
9292 },
You can’t perform that action at this time.
0 commit comments