Mention both dev and build

This commit is contained in:
Manav Rathi 2024-02-21 17:20:09 +05:30
parent 8def9d548c
commit ee4cd922e4

View file

@ -11,7 +11,9 @@ yarn workspace photos next dev
```
There is also a convenience alias, `yarn dev:photos`. See `package.json` for the
full list of such aliases.
full list of such aliases. The two common patterns are `dev:<app-name>` for
running a local development server, and `build:<app-name>` for creating a
production build.
Note that yarn does not automatically update `node_modules` if you switch to a
branch that has added or modified dependencies. So if you encounter unexpected