From aa0cafe5b1938e79b930a6d1ca8a9be43bb61ada Mon Sep 17 00:00:00 2001 From: Vivian Phung Date: Mon, 26 Feb 2024 18:02:24 -0500 Subject: [PATCH] build-webapp-script-fix --- .gitignore | 1 + .yarnrc | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 .yarnrc diff --git a/.gitignore b/.gitignore index 5bbf884..2cbbca9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ node_modules/ yarn-error.log .yarnrc.yml .yarn/ +.yarnrc packages/backend/environments/local.toml \ No newline at end of file diff --git a/.yarnrc b/.yarnrc deleted file mode 100644 index d9df855..0000000 --- a/.yarnrc +++ /dev/null @@ -1,5 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -yarn-path ".yarn/releases/yarn-1.22.21.cjs"