Skip to content

Commit

Permalink
Remove run package + fix next build command
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 25, 2025
1 parent 8884bbf commit 68bd3d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 19 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
run: ${{ steps.detect-package-manager.outputs.runner }} next build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
21 changes: 5 additions & 16 deletions package-lock.json

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

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

0 comments on commit 68bd3d1

Please sign in to comment.