Update dev.md

minor fix
This commit is contained in:
Ikko Eltociear Ashimine 2024-03-05 00:11:27 +09:00 committed by GitHub
parent 576eaecc89
commit e13edc7486
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
The monorepo uses Yarn (classic) workspaces. The monorepo uses Yarn (classic) workspaces.
To run a command for a workspace `<ws>`, invoke `yarn workspace <ws> <cmd>` from To run a command for a workspace `<ws>`, invoke `yarn workspace <ws> <cmd>` from
the root folder instead the the `yarn <cmd>` youd have done otherwise. For the root folder instead the `yarn <cmd>` youd have done otherwise. For
example, to start a development server for the `photos` app, we can do example, to start a development server for the `photos` app, we can do
```sh ```sh