Skip to content

Commit 9f3dd95

Browse files
committed
fix(build): correct entrypoint
1 parent fa7f5fd commit 9f3dd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async function main() {
3535
}
3636

3737
await esbuild.build({
38-
entryPoints: ["./dist-src/index.js"],
38+
entryPoints: ["./pkg/dist-src/index.js"],
3939
outdir: "pkg/dist-bundle",
4040
bundle: true,
4141
...sharedOptions,

0 commit comments

Comments
 (0)