Add .yarnrc.yml file with node linker as node_modules to make docker builds work

This commit is contained in:
Aditya Toshniwal 2023-04-26 11:51:23 +05:30 committed by GitHub
parent 6d1e918c78
commit 1d7d6561f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -10,7 +10,6 @@
.idea
.vscode
.yarn
.yarnrc.yml
/*.diff
/*.patch
/dist

5
web/.yarnrc.yml Normal file
View File

@ -0,0 +1,5 @@
nodeLinker: node-modules
logFilters:
- code: YN0013
level: discard