Skip to content

Commit

Permalink
fix: fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshay committed Jan 24, 2022
1 parent 36180b8 commit 46405ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ tsdxArgs+=("-p" "./tsconfig.build.json")
# Execute
npm exec -- rimraf dist

npm exec -- tsc --module es6 --outDir ./dist/main "${tsdxArgs[@]}"
npm exec -- tsc --module commonjs --outDir ./dist/module "${tsdxArgs[@]}"
npm exec -- tsc --module es6 --outDir ./dist/module "${tsdxArgs[@]}"
npm exec -- tsc --module commonjs --outDir ./dist/main "${tsdxArgs[@]}"

npm exec -- tsc --declaration --outDir ./dist/types "${tsdxArgs[@]}"

0 comments on commit 46405ac

Please sign in to comment.