From f08d6bda930bae2f7071edec4d9d57a8a723f64a Mon Sep 17 00:00:00 2001 From: Sinclair Chen Date: Wed, 13 Jul 2022 15:14:06 -0700 Subject: [PATCH] when adding package, don't put ^ before version (#645) --- common/.yarnrc | 1 + functions/.yarnrc | 1 + web/.yarnrc | 1 + 3 files changed, 3 insertions(+) create mode 100644 common/.yarnrc create mode 100644 functions/.yarnrc create mode 100644 web/.yarnrc diff --git a/common/.yarnrc b/common/.yarnrc new file mode 100644 index 00000000..fdd705c6 --- /dev/null +++ b/common/.yarnrc @@ -0,0 +1 @@ +save-prefix "" diff --git a/functions/.yarnrc b/functions/.yarnrc new file mode 100644 index 00000000..fdd705c6 --- /dev/null +++ b/functions/.yarnrc @@ -0,0 +1 @@ +save-prefix "" diff --git a/web/.yarnrc b/web/.yarnrc new file mode 100644 index 00000000..fdd705c6 --- /dev/null +++ b/web/.yarnrc @@ -0,0 +1 @@ +save-prefix ""