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 Aug 29, 2023
1 parent e4bf137 commit a07bc92
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 a07bc92

Please # to comment.