Skip to content

Commit 95296cc

Browse files
authored
fix typesync destination path (#514)
1 parent 0546a02 commit 95296cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hypergraph/scripts/copy-typesync-studio-dist.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const program = Effect.gen(function* () {
77
const path = yield* Path.Path;
88

99
const src = path.resolve('../', 'typesync-studio', 'dist');
10-
const dest = path.resolve('../', 'dist', 'typesync-studio', 'dist');
10+
const dest = path.resolve('./', 'dist', 'typesync-studio', 'dist');
1111

1212
yield* fs
1313
.makeDirectory(dest, { recursive: true })

0 commit comments

Comments
 (0)