Skip to content

Commit

Permalink
ci: add packages for build
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Sep 11, 2024
1 parent 43f0a68 commit 63892e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 63892e4

Please sign in to comment.