We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e279ef3 commit 5f8d637Copy full SHA for 5f8d637
.github/workflows/ci.yml
@@ -37,12 +37,12 @@ jobs:
37
THREADS_DEBUG: false
38
run: harperdb install
39
40
- - name: Add prebuilt flag to config
41
- run: yq e '.["@harperdb/nextjs"].prebuilt = true' -i config.yaml
42
-
43
- name: Build project
44
run: npm run build
45
+ - name: Add prebuilt flag to config
+ run: yq e '.["@harperdb/nextjs"].prebuilt = true' -i config.yaml
+
46
- name: Upload HarperDB logs
47
if: always()
48
uses: actions/upload-artifact@v4
0 commit comments