mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +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:
4
examples/advanced/.yarnrc.yml
Normal file
4
examples/advanced/.yarnrc.yml
Normal file
@@ -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
|
||||
4
examples/beginner/.yarnrc.yml
Normal file
4
examples/beginner/.yarnrc.yml
Normal file
@@ -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
|
||||
4
examples/minimal/.yarnrc.yml
Normal file
4
examples/minimal/.yarnrc.yml
Normal file
@@ -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
|
||||
4
examples/reaction-roles/.yarnrc.yml
Normal file
4
examples/reaction-roles/.yarnrc.yml
Normal file
@@ -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