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 5, 2021
1 parent 7245876 commit a3b3a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -78,11 +78,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 a3b3a74

Please sign in to comment.