Skip to content

Commit 3abebcc

Browse files
committed
Add prebuild step to static.yml workflow
1 parent 8a12090 commit 3abebcc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/static.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ jobs:
7979
- name: Install dependencies
8080
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
8181

82+
# TODO: remove this once there's a reliable way to call it during the build process
83+
- name: Prebuild
84+
run: ${{ steps.detect-package-manager.outputs.runner }} run prebuild
85+
8286
- name: Build with Next.js
8387
run: ${{ steps.detect-package-manager.outputs.runner }} next build
8488

0 commit comments

Comments
 (0)