Skip to content

Commit 2798796

Browse files
committed
Fix rollup module issue
1 parent 3f39ab0 commit 2798796

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"lint": "tsc && eslint lib/**/*.ts",
2121
"format": "eslint lib/**/*.ts --fix",
2222
"clean": "rm -rf dist-ts dist",
23-
"build": "npm run clean && tsc -p tsconfig-build.json && rollup -c && node -r esbuild-register bundle-types",
23+
"build": "npm run clean && tsc -p tsconfig-build.json && rollup -c --bundleConfigAsCjs && node -r esbuild-register bundle-types",
2424
"prepublishOnly": "npm run build",
2525
"semantic-release": "semantic-release"
2626
},

0 commit comments

Comments
 (0)