Skip to content

Commit

Permalink
Fix CI by running npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored and dusty-phillips committed May 21, 2024
1 parent 1dae595 commit 0527bd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
node-version: latest
cache: npm

- run: npm install --include dev

- run: npm run clean

- run: npm run build
Expand All @@ -59,6 +61,8 @@ jobs:
node-version: latest
cache: npm

- run: npm install --include dev

- name: Test
run: npm run test

0 comments on commit 0527bd3

Please # to comment.