Skip to content

Commit e1741ea

Browse files
Vue - prebuild before types check
1 parent 7cfad40 commit e1741ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/typescript.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ jobs:
9191
run: npm install --no-fund
9292

9393

94+
- name: Generate license file
95+
working-directory: Vue
96+
run: npm run prebuild
97+
9498
- name: TSC Vue
9599
working-directory: Vue
96100
run: npm run type-check

0 commit comments

Comments
 (0)