docs: add yarn stub instruction to contribution guide

resolves #3550
This commit is contained in:
Daniel Roe 2022-03-08 09:30:02 +00:00
parent d317b576a2
commit 4dea1d35fe

View File

@ -26,7 +26,9 @@ Before you fix a bug or add a feature, ensure there's an issue that describes it
> If you are adding a dependency, please use `yarn add`. The `yarn.lock` file is the source of truth for all Nuxt dependencies.
3. Check out a branch where you can work and commit your changes:
3. Run `yarn stub` to activate passive development
4. Check out a branch where you can work and commit your changes:
```bash
git checkout -b my-new-branch