Skip to content

Commit

Permalink
chore: fix command to build
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Dec 13, 2023
1 parent 9718969 commit 43cca28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
version: 8
- name: Build step
run: "pnpm i && npm run build --preset=deno_deploy"
run: "pnpm i && npx nuxt build --preset=deno_deploy"
env:
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
- name: Upload to Deno Deploy
Expand Down

0 comments on commit 43cca28

Please sign in to comment.