We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4bf137 commit a07bc92Copy full SHA for a07bc92
package.json
@@ -20,7 +20,7 @@
20
"lint": "tsc && eslint lib/**/*.ts",
21
"format": "eslint lib/**/*.ts --fix",
22
"clean": "rm -rf dist-ts dist",
23
- "build": "npm run clean && tsc -p tsconfig-build.json && rollup -c && node -r esbuild-register bundle-types",
+ "build": "npm run clean && tsc -p tsconfig-build.json && rollup -c --bundleConfigAsCjs && node -r esbuild-register bundle-types",
24
"prepublishOnly": "npm run build",
25
"semantic-release": "semantic-release"
26
},
0 commit comments