Skip to content

Commit f464043

Browse files
authored
chore: update nuxthub deploy
1 parent fdb129e commit f464043

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nuxthub.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@ jobs:
3030
- name: Install dependencies
3131
run: pnpm install
3232

33+
- name: Prepare project
34+
run: pnpm dev:prepare
35+
3336
- name: Ensure NuxtHub module is installed
34-
run: npx nuxthub@latest ensure playground
37+
run: pnpx nuxthub@latest ensure playground
3538

3639
- name: Build application
3740
run: pnpm dev:build

0 commit comments

Comments
 (0)