Skip to content

Commit a07bc92

Browse files
committed
Fix rollup module issue
1 parent e4bf137 commit a07bc92

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
@@ -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)