Skip to content

Commit

Permalink
docs: local package linking (#3678)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Jun 27, 2023
1 parent fa6637d commit dd6d604
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -58,6 +58,12 @@ You may wish to test your locally-modified copy of Vitest against another packag

And re-run `pnpm install` to link the package.

Add a `.npmrc` file with following line next to the `package.json`:

```sh
VITE_NODE_DEPS_MODULE_DIRECTORIES=/node_modules/,/packages/
```

## Pull Request Guidelines

- Checkout a topic branch from a base branch, e.g. `main`, and merge back against that branch.
Expand Down

0 comments on commit dd6d604

Please sign in to comment.