There was an error while loading. Please reload this page.
1 parent 65e018b commit f7f6233Copy full SHA for f7f6233
package.json
@@ -80,7 +80,7 @@
80
"node": ">= 10"
81
},
82
"scripts": {
83
- "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",
84
"ci": "npm test && nyc report --reporter=text-lcov | coveralls",
85
"lint": "npm run lint:cjs && npm run lint:esm",
86
"lint:cjs": "eslint --config=scripts/eslintrc.cjs.js scripts/",
0 commit comments