We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a12090 commit 3abebccCopy full SHA for 3abebcc
1 file changed
.github/workflows/static.yml
@@ -79,6 +79,10 @@ jobs:
79
- name: Install dependencies
80
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
81
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
+
86
- name: Build with Next.js
87
run: ${{ steps.detect-package-manager.outputs.runner }} next build
88
0 commit comments