From 076642cd14070aa38e8af23e21de177a841ed4c5 Mon Sep 17 00:00:00 2001
From: Sivan Duijn <sivanduijn@gmail.com>
Date: Thu, 24 Mar 2022 17:33:57 +0100
Subject: [PATCH] fix(yarn): add lock files

---
 libs/shared/models/yarn.lock       | 4 ++++
 libs/shared/schema-utils/yarn.lock | 4 ++++
 2 files changed, 8 insertions(+)
 create mode 100644 libs/shared/models/yarn.lock
 create mode 100644 libs/shared/schema-utils/yarn.lock

diff --git a/libs/shared/models/yarn.lock b/libs/shared/models/yarn.lock
new file mode 100644
index 000000000..fb57ccd13
--- /dev/null
+++ b/libs/shared/models/yarn.lock
@@ -0,0 +1,4 @@
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
+# yarn lockfile v1
+
+
diff --git a/libs/shared/schema-utils/yarn.lock b/libs/shared/schema-utils/yarn.lock
new file mode 100644
index 000000000..fb57ccd13
--- /dev/null
+++ b/libs/shared/schema-utils/yarn.lock
@@ -0,0 +1,4 @@
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
+# yarn lockfile v1
+
+
-- 
GitLab