Skip to content

Commit

Permalink
fix: fix core package build
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Aug 8, 2024
1 parent 9b36f89 commit 90bbe76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "module",
"types": "./dist/esm/types/index.d.ts",
"scripts": {
"build": "rollup -c"
"build": "rollup -c --environment FORMAT:cjs && rollup -c --environment FORMAT:esm"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 90bbe76

Please sign in to comment.