feat(repo): specify the version of yarn used by the repo

This commit is contained in:
Victor Savkin 2020-02-01 20:31:54 -05:00 committed by Victor Savkin
parent e70f91170f
commit 3d36b15c8f
3 changed files with 199666 additions and 0 deletions

View File

@ -14,3 +14,4 @@ packages/jest/src/schematics/**/files/**/*.json
/.idea
/.github
/coverage
/.yarn

199664
.yarn/releases/yarn-1.19.0.js vendored Executable file

File diff suppressed because one or more lines are too long

1
.yarnrc.yml Normal file
View File

@ -0,0 +1 @@
yarnPath: .yarn/releases/yarn-1.19.0.js