mirror of
https://github.com/discordeno/discordeno.git
synced 2026-07-21 21:52:52 +00:00
add .yarnrc.yml to advanced example solution (#3887)
* add .yarnrc.yml to advanced example solution add .yanrc.yml to advanced example so that it builds correctly * Create .yarnrc.yml This file is needed or else when yarn runs in `docker build` will attempt to use PnP * Create .yarnrc.yml This file is needed or else when yarn runs in `docker build` will attempt to use PnP * Create .yarnrc.yml This file is needed or else when yarn runs in `docker build` will attempt to use PnP * Update .yarnrc.yml's message to be more accurate Remove docker reference as it is irrelevant * Update .yarnrc.yml to be more accurate Removed reference to docker as it was irrelevant * Update .yarnrc.yml to be more accurate Remove reference to docker as it is irrelevant * Update .yarnrc.yml to be more accurate Remove reference to docker as it is irrelevant
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# This file is needed or else when yarn runs it will attempt to use PnP
|
||||
compressionLevel: mixed
|
||||
enableGlobalCache: false
|
||||
nodeLinker: node-modules
|
||||
@@ -0,0 +1,4 @@
|
||||
# This file is needed or else when yarn runs it will attempt to use PnP
|
||||
compressionLevel: mixed
|
||||
enableGlobalCache: false
|
||||
nodeLinker: node-modules
|
||||
@@ -0,0 +1,4 @@
|
||||
# This file is needed or else when yarn runs it will attempt to use PnP
|
||||
compressionLevel: mixed
|
||||
enableGlobalCache: false
|
||||
nodeLinker: node-modules
|
||||
@@ -0,0 +1,4 @@
|
||||
# This file is needed or else when yarn runs it will attempt to use PnP
|
||||
compressionLevel: mixed
|
||||
enableGlobalCache: false
|
||||
nodeLinker: node-modules
|
||||
Reference in New Issue
Block a user