Skip to content

Commit

Permalink
Remove swc from cjs build
Browse files Browse the repository at this point in the history
  • Loading branch information
dawsbot committed Feb 13, 2024
1 parent a2f9bd9 commit cf6ca54
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 @@ -26,7 +26,7 @@
"compile": "npm-run-all --parallel build:esm build:cjs build:umd",
"build": "rm -rf dist && npm run compile",
"build:esm": "tsc -p tsconfig.json",
"build:cjs": "swc src -d dist/cjs",
"build:cjs": "tsc -p tsconfig-cjs.json",
"build:umd": "microbundle --external none --format umd",
"build:readme": "bash ./scripts/markdown-magic/build-readme.sh",
"jest": "jest",
Expand Down

0 comments on commit cf6ca54

Please sign in to comment.