Skip to content

Commit f7f6233

Browse files
committed
Temporarily removed lint from “build” script, due to bug in babel-eslint
1 parent 65e018b commit f7f6233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"node": ">= 10"
8181
},
8282
"scripts": {
83-
"build": "npm run lint && babel lib/ --config-file=./scripts/babel.config.js --out-dir=lib-cjs/ --source-maps",
83+
"build": "babel lib/ --config-file=./scripts/babel.config.js --out-dir=lib-cjs/ --source-maps",
8484
"ci": "npm test && nyc report --reporter=text-lcov | coveralls",
8585
"lint": "npm run lint:cjs && npm run lint:esm",
8686
"lint:cjs": "eslint --config=scripts/eslintrc.cjs.js scripts/",

0 commit comments

Comments
 (0)