Skip to content

Commit 193a2fd

Browse files
authored
improve publish docs (#375)
1 parent 03a680d commit 193a2fd

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,8 @@ Update the version in the `package.json` files (hypergraph, hypergraph-react, ty
9393

9494
```sh
9595
pnpm changeset version
96-
9796
pnpm build
98-
# publish hypergraph
99-
cd packages/hypergraph/publish
100-
pnpm publish
101-
# publish hypergraph-react
102-
cd packages/hypergraph-react/publish
103-
pnpm publish
104-
# publish typesync
105-
cd apps/typesync
106-
pnpm publish --tag latest
97+
pnpm changeset publish
10798
```
10899

109100
## Deploying your own SyncServer to Railway

0 commit comments

Comments
 (0)