about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorManish <mandev6000@gmail.com>2023-10-02 21:48:34 +0530
committerGitHub <noreply@github.com>2023-10-02 09:18:34 -0700
commit72e3763446b43f410f1d914d5965586ebb1c357d (patch)
treed955a3224fc09669127bcf63b5ce52d9ad171297 /docs
parent04fda0f1429d26586d308a619f91d4504bdd3521 (diff)
downloadvoidsky-72e3763446b43f410f1d914d5965586ebb1c357d.tar.zst
Add the build step for atproto (#1579)
Co-authored-by: Manish <manish.nayal@nium.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/build.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/build.md b/docs/build.md
index 01befccd4..30906b083 100644
--- a/docs/build.md
+++ b/docs/build.md
@@ -14,6 +14,7 @@
   - `git clone git@github.com:bluesky-social/atproto.git`
   - `cd atproto`
   - `pnpm i`
+  - `pnpm build`
   - `cd packages/dev-env && pnpm start`
 - Run the dev app
   - iOS: `yarn ios`