From 3d9ef89e4a27a3d8da808dec6085a03db22cc8ad Mon Sep 17 00:00:00 2001 From: Michael Wiltfong <76107997+mdwiltfong@users.noreply.github.com> Date: Sun, 3 Dec 2023 20:58:36 -0500 Subject: [PATCH] adding prisma/client install step --- .github/workflows/node.js.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7643207..c5aa1e0 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -52,6 +52,8 @@ jobs: - name: Install dependencies run: npm ci + - name: Install Prisma Clietn + run: npm install @prisma/client - name: Run Linter run: npx eslint . - name: Run FE Tests @@ -87,6 +89,8 @@ jobs: # For more information, see https://docs.npmjs.com/cli/ci.html - name: Install dependencies run: npm ci + - name: Install Prisma Clietn + run: npm install @prisma/client - name: Connect to PostgreSQL # Runs a script that creates a PostgreSQL table, populates