Skip to content

Commit

Permalink
Can't build due to package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrundell committed Oct 7, 2024
1 parent 9bb03a2 commit e1f9004
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 50 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
node-version: 20

- name: Install dependencies and run build
run: npm run build
run: |
npm ci
npm run build
25 changes: 0 additions & 25 deletions .github/workflows/next-demo.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/vite-demo.yml

This file was deleted.

0 comments on commit e1f9004

Please sign in to comment.