Skip to content

Commit

Permalink
Temporarily removed lint from ci/prepublishOnly scripts due to errors
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenvachon committed Mar 4, 2021
1 parent 6c83185 commit 4e8f162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@
},
"scripts": {
"build": "babel lib/ --config-file=./scripts/babel.config.js --out-dir=lib-cjs/ --source-maps",
"ci": "npm run lint && npm test && c8 report --reporter=text-lcov | coveralls",
"ci": "npm test && c8 report --reporter=text-lcov | coveralls",
"lint": "eslint lib/ scripts/ test/",
"lint:fix": "npm run lint -- --fix",
"posttest": "c8 report --reporter=text-summary --reporter=html",
"prepublishOnly": "npm run lint && npm test && npm run build",
"prepublishOnly": "npm test && npm run build",
"test": "c8 --exclude=scripts/ mocha test/ --bail --check-leaks --require=scripts/register-babel",
"test:watch": "npm test -- --watch --watch-extensions=js,json"
},
Expand Down

0 comments on commit 4e8f162

Please sign in to comment.