Skip to content

Commit

Permalink
Temporarily removed lint from ci/prepublishOnly scripts, due to issue…
Browse files Browse the repository at this point in the history
… with babel-eslint

babel/babel-eslint#749
  • Loading branch information
stevenvachon committed Dec 7, 2019
1 parent e9d2e87 commit c963a8a
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 @@ -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"
},
Expand Down

0 comments on commit c963a8a

Please sign in to comment.