Skip to content

Commit

Permalink
fix: entrypoint typo (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
leanmendoza authored May 16, 2023
1 parent 8153952 commit 9ee4b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@dcl/sdk-commands/src/logic/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if ((entrypoint as any).main !== undefined) {
}
export * from '@dcl/sdk'
export * from '${entrypointPath}'
export * from '${unixEntrypointPath}'
`
}

Expand Down

0 comments on commit 9ee4b84

Please sign in to comment.