Skip to content

Commit 03ce9ca

Browse files
committed
fix: Prepare CI build
1 parent 93d7f03 commit 03ce9ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
uses: pnpm/action-setup@v4
2727
- name: Install dependencies
2828
run: pnpm install
29+
- name: Prepare build
30+
run: pnpm nuxt-module-build build --stub
2931
- name: Release
3032
env:
3133
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)