Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alec-chernicki committed Dec 20, 2023
1 parent f062af3 commit 398dc80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Build
run: pnpm run build
- name: Test
run: pnpm run test

Expand All @@ -60,6 +62,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Build
run: pnpm run build
- name: Prune devDependencies
run: pnpm prune --prod

Expand Down

0 comments on commit 398dc80

Please sign in to comment.