Skip to content

Commit cd56d60

Browse files
authored
chore: update ci
1 parent 461a79a commit cd56d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuxthub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- name: Ensure NuxtHub module is installed
3434
run: pnpx nuxthub@latest ensure
3535

36-
- name: Build application
37-
run: pnpm build
36+
- name: Build playground
37+
run: pnpm dev:prepare && pnpm dev:build
3838

3939
- name: Deploy to NuxtHub
4040
uses: nuxt-hub/action@v1

0 commit comments

Comments
 (0)