Skip to content

Commit de36329

Browse files
chore: compile before the rest
1 parent 5238fda commit de36329

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/actions/build-and-package/action.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,12 @@ runs:
6161
shell: bash
6262

6363
- name: Install Dependencies
64+
run: npm ci --omit=optional
65+
shell: bash
66+
67+
- name: Compile
68+
run: npm run compile
6469
shell: bash
65-
run: |
66-
npm ci --omit=optional
6770

6871
- name: Run Checks
6972
run: npm run check

0 commit comments

Comments
 (0)