Skip to content

Commit

Permalink
Fix rollup module issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoneer committed Sep 3, 2023
1 parent 3f39ab0 commit 2798796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"lint": "tsc && eslint lib/**/*.ts",
"format": "eslint lib/**/*.ts --fix",
"clean": "rm -rf dist-ts dist",
"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",
"prepublishOnly": "npm run build",
"semantic-release": "semantic-release"
},
Expand Down

0 comments on commit 2798796

Please # to comment.