Skip to content

Commit 486fe62

Browse files
0marSalahdmitrizagidulin
authored andcommittedNov 12, 2024
add impioty fn to build script
1 parent 9c1cbd0 commit 486fe62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎build-dist.sh

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ mkdir ./dist/esm
22
cat >dist/esm/index.js <<!EOF
33
import cjsModule from "../index.js";
44
export const exportActorProfile = cjsModule.exportActorProfile;
5+
export const importActorProfile = cjsModule.importActorProfile;
56
!EOF
67

78
cat >dist/esm/package.json <<!EOF

0 commit comments

Comments
 (0)