We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462d888 commit e30f9e7Copy full SHA for e30f9e7
1 file changed
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: build
27
run: |
28
# pnpm install --frozen-lockfile
29
- pnpm build
+ npm build
30
- name: upload build artifact
31
if: always()
32
uses: actions/upload-artifact@v4
0 commit comments