Skip to content

Commit b974b4c

Browse files
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#nodeLinker
1 parent 3be7c27 commit b974b4c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.yarnrc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
approvedGitRepositories:
2+
- "**"
3+
4+
enableScripts: true
5+
6+
nodeLinker: node-modules

0 commit comments

Comments
 (0)