Skip to content

Commit 4e8f162

Browse files
committed
Temporarily removed lint from ci/prepublishOnly scripts due to errors
1 parent 6c83185 commit 4e8f162

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
@@ -79,11 +79,11 @@
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
},

0 commit comments

Comments
 (0)