From afaa0253b8af8e67c3385796caa5f4c04890a681 Mon Sep 17 00:00:00 2001 From: Daniel D Orlando Date: Tue, 28 Mar 2023 10:06:17 -0700 Subject: [PATCH] undo change adding .npmrc to try to resolve the package resolution issue on npm ci step of github action --- .gitignore | 1 + .npmrc | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .npmrc diff --git a/.gitignore b/.gitignore index f4dc4e89ee..c7db0d1e8f 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,7 @@ bower_components/ .flooignore # Environment +.npmrc .env cache.json api/data/ diff --git a/.npmrc b/.npmrc deleted file mode 100644 index ef0ca82a60..0000000000 --- a/.npmrc +++ /dev/null @@ -1,2 +0,0 @@ -registry=https://registry.npmjs.org/ -always-auth=false