diff --git a/package.json b/package.json index 965062d2..82a4f864 100644 --- a/package.json +++ b/package.json @@ -82,10 +82,10 @@ }, "scripts": { "build": "babel lib/ --config-file=./scripts/babel.config.js --out-dir=lib-cjs/ --source-maps", - "ci": "npm run lint && npm test && nyc report --reporter=text-lcov | coveralls", + "ci": "npm test && nyc report --reporter=text-lcov | coveralls", "lint": "eslint lib/ scripts/ test/", "posttest": "nyc report --reporter=text-summary --reporter=html", - "prepublishOnly": "npm run lint && npm test && npm run build", + "prepublishOnly": "npm test && npm run build", "test": "nyc --exclude=scripts/ --silent mocha test/ --bail --check-leaks --require=scripts/register-babel", "test:watch": "npm test -- --watch --watch-extensions=js,json" },