Skip to content

Commit 12f956a

Browse files
authored
fix cli build (#443)
1 parent 4410012 commit 12f956a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/eighty-terms-film.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"create-hypergraph": patch
3+
---
4+
5+
fix cli build by including type module in package.json
6+

apps/create-hypergraph/scripts/copy-package-json.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const read = pipe(
1515
'create-hypergraph': 'bin.js',
1616
ch: 'bin.js',
1717
},
18+
type: json.type,
1819
engines: json.engines,
1920
repository: json.repository,
2021
license: json.license,

0 commit comments

Comments
 (0)