feat: use yarn v1 for now (fix for berry release)

This commit is contained in:
abhijithvijayan 2020-01-27 21:00:23 +05:30
parent af01b70fc5
commit a5d699261c
4 changed files with 147328 additions and 2 deletions

View File

@ -1,2 +1,5 @@
node_modules/
extension/
dist/
extension/
.yarn/
.pnp.js

9
.gitignore vendored
View File

@ -103,4 +103,11 @@ public/
## Build directory
extension
dist/
.awcache
.awcache
# yarn 2
# https://github.com/yarnpkg/berry/issues/454#issuecomment-530312089
.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*

147315
.yarn/releases/yarn-1.21.1.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.21.1.js