Browse Source

chore: Update README.md with note on initial yarn run (#2185)

Chris 2 years ago
parent
commit
0e10dd7c5b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -41,6 +41,9 @@ The root directory has a `package.json` which contains build-related dependencie
 * Generating TypeScript types from the GraphQL schema
 * Generating TypeScript types from the GraphQL schema
 * Linting, formatting & testing tasks to run on git commit & push
 * Linting, formatting & testing tasks to run on git commit & push
 
 
+> Note:
+> When you do `yarn` for the first time, you will need to manually create the `package` folder under [/packages/admin-ui](/packages/admin-ui).
+
 ### 2. Bootstrap the packages
 ### 2. Bootstrap the packages
 
 
 `yarn bootstrap`
 `yarn bootstrap`