File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 2828
2929# Getting started
3030
31- > ** Note:** ❗️Bun is currently used for package management, but npm will become the default soon. (Mon 8 Sep, 2025)
32-
3331```
34- bun install && bun run build
32+ pnpm install && pnpm build
3533```
3634
3735# Running E2E Tests
@@ -78,14 +76,14 @@ DIRECTORY_NAME=naga-local
7876NETWORK=naga-local bun run test:e2e all
7977```
8078
81- # Publishing
79+ # Manual Publishing
8280
8381``` bash
8482# Generate a changeset
85- bunx changeset
83+ pnpm changeset
8684
8785# Version the changeset
88- bunx changeset version
86+ pnpm changeset version
8987
9088# Build the packages
9189bun run build
@@ -95,7 +93,7 @@ git add .
9593git commit -m " chore: release v0.0.1"
9694
9795# Publish the packages
98- bunx changeset publish
96+ pnpm changeset publish
9997```
10098
10199## Releasing Docker Images
You can’t perform that action at this time.
0 commit comments