From b5cbbfa8f68973eba1019b846fda4980668c3a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Wed, 13 Apr 2022 13:34:10 +0200 Subject: [PATCH] add rc files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- cypress/.npmrc | 2 ++ cypress/.yarnrc | 5 +++++ cypress/yarn.lock | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 cypress/.npmrc create mode 100644 cypress/.yarnrc diff --git a/cypress/.npmrc b/cypress/.npmrc new file mode 100644 index 0000000000..c3c66347fd --- /dev/null +++ b/cypress/.npmrc @@ -0,0 +1,2 @@ +registry=https://registry.npmjs.org/ +engine-strict=true diff --git a/cypress/.yarnrc b/cypress/.yarnrc new file mode 100644 index 0000000000..a2c82b2833 --- /dev/null +++ b/cypress/.yarnrc @@ -0,0 +1,5 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + +registry "https://registry.npmjs.org/" +network-timeout 300000 diff --git a/cypress/yarn.lock b/cypress/yarn.lock index c782d0ecf2..dbc47b7022 100644 --- a/cypress/yarn.lock +++ b/cypress/yarn.lock @@ -129,7 +129,7 @@ assert-plus@1.0.0, assert-plus@^1.0.0: async@^3.2.0: version "3.2.3" - resolved "https://registry.yarnpkg.com/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9" + resolved "https://registry.npmjs.org/async/-/async-3.2.3.tgz#ac53dafd3f4720ee9e8a160628f18ea91df196c9" integrity sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g== asynckit@^0.4.0: