Skip to content

Commit

Permalink
add custom package.json to cjs build
Browse files Browse the repository at this point in the history
  • Loading branch information
pokornyd committed Feb 29, 2024
1 parent 71a1103 commit 850bd38
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 @@ -58,7 +58,7 @@
}
},
"scripts": {
"build:commonjs": "tsc -m commonjs --outDir dist/cjs",
"build:commonjs": "tsc -m commonjs --outDir dist/cjs && node create-cjs-package-json.cjs",
"build:esnext": "tsc -m es6 --outDir dist/esnext",
"build": "npm run build:commonjs && npm run build:esnext",
"test": "jest",
Expand Down

0 comments on commit 850bd38

Please sign in to comment.