Skip to content

Commit

Permalink
fix: build esm and cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
albertolerda committed Oct 12, 2023
1 parent 105bf86 commit 15a0609
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 @@ -18,7 +18,7 @@
"build:dual": "pnpm build:esm && pnpm build:cjs",
"build:cjs": "pnpm -F @slangroom/* exec tsc --outDir build/cjs --module commonjs && pnpm cjs-fixup",
"build:esm": "pnpm -F @slangroom/* exec tsc --outdir build/esm --module node16",
"build-all": "pnpm build",
"build-all": "pnpm build:dual",
"cjs-fixup": "pnpm -F @slangroom/* exec sh -c \"echo '{\\\"type\\\":\\\"commonjs\\\"}' >build/cjs/package.json\"",
"publish:ci": "lerna version --no-changelog --conventional-commits --yes && pnpm publish -r --no-git-checks"
},
Expand Down

0 comments on commit 15a0609

Please sign in to comment.