Skip to content

Commit dd0053c

Browse files
committed
fix(ci): Make documentation builds work properly
1 parent 458393f commit dd0053c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
- name: Install dependencies
2828
run: pnpm install
2929
- name: Create module stub build
30-
run: pnpm nuxt-module-build build --stub
30+
run: pnpm exec nuxt-module-build build --stub
3131
- name: Prepare build
32-
run: pnpm nuxt-module-build prepare
32+
run: pnpm exec nuxt-module-build prepare
3333
- name: Release
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)