Skip to content

Commit 67d4173

Browse files
committed
try compile before lint , fix for package version
1 parent 0cbee2d commit 67d4173

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
node-version: 18
2020
cache: npm
2121
- run: npm ci --ignore-scripts
22+
- name: Compile
23+
run: npm run compile
2224
- name: Lint
2325
run: |
2426
npm run lint

0 commit comments

Comments
 (0)