Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
azwpayne committed Jan 6, 2025
1 parent 98abbe7 commit 40f3c16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
registry-url: https://npm.pkg.github.com/

- name: Install dependencies
run: pnpm install

- name: Check validation
run: |
npm run build
pnpm run build

0 comments on commit 40f3c16

Please sign in to comment.