Commit b974b4c
committed
Add .yarnrc.yml
This was created when first running `yarn install` using yarn version 4.
- `approvedGitRepositories`[1] has been set to allow installing from any
git repo.
- `enableScripts`[2] has been set to true despite the default value
being false. I can only guess this is because it's retaining the
behaviour from yarn version 1 that we were using previously.
- `nodeLinker`[3] has been set to `node-modules` as that was the default
behaviour in yarn version 1 that we were using previously.
[1]: https://yarnpkg.com/configuration/yarnrc#approvedGitRepositories
[2]: https://yarnpkg.com/configuration/yarnrc#enableScripts
[3]: https://yarnpkg.com/configuration/yarnrc#nodeLinker1 parent 3be7c27 commit b974b4c
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments