Skip to content

Commit

Permalink
add impioty fn to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
0marSalah authored and dmitrizagidulin committed Nov 12, 2024
1 parent 9c1cbd0 commit 486fe62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ mkdir ./dist/esm
cat >dist/esm/index.js <<!EOF
import cjsModule from "../index.js";
export const exportActorProfile = cjsModule.exportActorProfile;
export const importActorProfile = cjsModule.importActorProfile;
!EOF

cat >dist/esm/package.json <<!EOF
Expand Down

0 comments on commit 486fe62

Please sign in to comment.