From 22b99401091c308ff1e45b73ed4086fe0c6782b0 Mon Sep 17 00:00:00 2001
From: joeappleton18 <joeappleton18@gmail.com>
Date: Tue, 5 Mar 2024 10:51:13 +0000
Subject: [PATCH] updated ci-cd

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 62af1d7..d11e3e0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ pages:
     paths:
       - node_modules/
   script:
-    - yarn install
+    - yarn install --ignore-platform
     - yarn run build
   artifacts:
     paths:
-- 
GitLab