Skip to content

Commit

Permalink
add missing package for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 25, 2025
1 parent 3185afc commit 8884bbf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Build with Tailwind.css
run: ${{ steps.detect-package-manager.outputs.manager }} run tailwind:build
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} run build --yes
run: ${{ steps.detect-package-manager.outputs.runner }} run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
21 changes: 16 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"next": "^15.1",
"react": "^19.0",
"react-dom": "^19.0",
"react-icons": "^5.4"
"react-icons": "^5.4",
"run": "^1.5.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
Expand Down

0 comments on commit 8884bbf

Please sign in to comment.