Skip to content

Commit 90ba7ea

Browse files
committed
Temporarily removed lint from ci/prepublishOnly scripts, due to issue with babel-eslint
1 parent d1183de commit 90ba7ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@
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
},

0 commit comments

Comments
 (0)