Skip to content

Commit 80d4a1d

Browse files
committed
chore(github): run build before typecheck in ci
1 parent 65d3e49 commit 80d4a1d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
os: [ubuntu-latest]
1212
node: [22]
1313

14+
env:
15+
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
16+
1417
steps:
1518
- name: Checkout
1619
uses: actions/checkout@v4
@@ -30,5 +33,8 @@ jobs:
3033
- name: Lint
3134
run: pnpm run lint
3235

36+
- name: Build
37+
run: pnpm run build
38+
3339
- name: Typecheck
3440
run: pnpm run typecheck

0 commit comments

Comments
 (0)