Skip to content

Commit

Permalink
[workflow] modify nextjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkha committed Mar 25, 2024
1 parent 4699ee7 commit 205082f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} yarn build:filigran-website
run: ${{ steps.detect-package-manager.outputs.runner }} build:filigran-website
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"build": "npm run build --workspaces --if-present",
"build:filigran-website": "npm run build -w filigran-website",
"dev:filigran-website": "npm run dev -w filigran-website"
},
"private": true,
Expand Down

0 comments on commit 205082f

Please sign in to comment.