From f347d57c113e7a1ea3be3f37d77a714c935c8bcb Mon Sep 17 00:00:00 2001
From: Aaron Hardy <ashtarcommunications@gmail.com>
Date: Fri, 29 Nov 2024 15:54:03 -0700
Subject: [PATCH] NPM install for monorepo

---
 .github/workflows/caselist.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/workflows/caselist.yml b/.github/workflows/caselist.yml
index 1b5dc3f..76d9de5 100644
--- a/.github/workflows/caselist.yml
+++ b/.github/workflows/caselist.yml
@@ -28,6 +28,10 @@ jobs:
     - name: Upgrade npm to fix freezing bug in 10.9.0 shipped with Node 22.11.0
       run: npm install -g npm@latest
 
+    - name: Install packages
+      run: |
+        npm install
+
     - name: Install packages
       run: |
         cd client && npm install
@@ -77,6 +81,10 @@ jobs:
     - name: Upgrade npm to fix freezing bug in 10.9.0 shipped with Node 22.11.0
       run: npm install -g npm@latest
 
+    - name: Install packages
+      run: |
+        npm install
+
     - name: Install packages
       run: |
         cd server && npm install