Add .yarnrc.yml file with node linker as node_modules to make docker builds work
parent
6d1e918c78
commit
1d7d6561f6
|
|
@ -10,7 +10,6 @@
|
|||
.idea
|
||||
.vscode
|
||||
.yarn
|
||||
.yarnrc.yml
|
||||
/*.diff
|
||||
/*.patch
|
||||
/dist
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
nodeLinker: node-modules
|
||||
|
||||
logFilters:
|
||||
- code: YN0013
|
||||
level: discard
|
||||
Loading…
Reference in New Issue