Skip to content

Commit

Permalink
Temporarily removed lint from “build” script, due to bug in babel-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenvachon committed Jul 22, 2019
1 parent 1b4a6ce commit fc31ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"node": ">= 10"
},
"scripts": {
"build": "npm run lint && babel lib/ --config-file=./scripts/babel.config.js --out-dir=lib-cjs/ --source-maps",
"build": "babel lib/ --config-file=./scripts/babel.config.js --out-dir=lib-cjs/ --source-maps",
"ci": "npm test && nyc report --reporter=text-lcov | coveralls",
"lint": "npm run lint:cjs && npm run lint:esm",
"lint:cjs": "eslint --config=scripts/eslintrc.cjs.js scripts/",
Expand Down

0 comments on commit fc31ac1

Please sign in to comment.