Skip to content

Commit 7740576

Browse files
committed
chore(ci): install react package deps in nightly build core step
1 parent d61f52a commit 7740576

File tree

1 file changed

+6
-2
lines changed
  • .github/workflows/actions/build-core-stencil-prerelease

1 file changed

+6
-2
lines changed

.github/workflows/actions/build-core-stencil-prerelease/action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
with:
1818
node-version: 24.x
1919

20-
- name: 🕸️ Install Dependencies
20+
- name: 🕸️ Install Core Dependencies
2121
run: npm ci
2222
working-directory: ./core
2323
shell: bash
@@ -33,7 +33,11 @@ runs:
3333
run: npm run build -- --ci --debug --verbose
3434
working-directory: ./core
3535
shell: bash
36-
- name: 🏗️ Lint
36+
- name: 🕸️ Install React Package Dependencies
37+
run: npm ci
38+
working-directory: ./packages/react
39+
shell: bash
40+
- name: 🏗️ Lint React Package
3741
run: npm run lint
3842
working-directory: ./packages/react
3943
shell: bash

0 commit comments

Comments
 (0)