Browse Source

Mention setup required for bb command

Gabriel Horner 2 years ago
parent
commit
50ff53ea72
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/dev-practices.md

+ 2 - 0
docs/dev-practices.md

@@ -271,6 +271,8 @@ point out:
   Subsequent runs are quick.
 
   ```sh
+  # One time setup
+  $ cd scripts && yarn install && cd -
   # Build the export
   $ bb dev:publishing /path/to/graph-dir tmp/publish
   # View the app in a browser