From 63892e48735640dc8f546380d0fea5e828e8d177 Mon Sep 17 00:00:00 2001 From: steveoh Date: Tue, 10 Sep 2024 20:01:03 -0600 Subject: [PATCH] ci: add packages for build --- .github/workflows/pull_request.yml | 3 +++ .github/workflows/push.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d9e9520b..06ed13c7 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -85,6 +85,9 @@ jobs: node-version: lts/* cache: npm + - name: 📥 Download dependencies + run: npm ci + - name: 🏗️ Build run: npm run build --workspace @ugrc/utilities diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index dd773390..d63da7de 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -72,6 +72,9 @@ jobs: node-version: lts/* cache: npm + - name: 📥 Download dependencies + run: npm ci + - name: 🏗️ Build run: npm run build --workspace @ugrc/utilities