Skip to content

Commit 053772b

Browse files
committed
Fix wrong install command
1 parent 2cb5c5d commit 053772b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/new-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cache: yarn
3131

3232
- name: Install dependencies
33-
run: yarn install --immutable
33+
run: yarn workspaces focus @sourceacademy/modules-info-action --production
3434

3535
- name: Find Packages
3636
id: find

.github/workflows/pages-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: yarn
2525

2626
- name: Install Dependencies 📦
27-
run: yarn workspace focus @sourceacademy/modules-info-action --immutable
27+
run: yarn install --immutable
2828

2929
- name: Build Modules 🔧
3030
run: yarn workspaces foreach -j 5 -ptW --from "./src/{bundles,tsc}/*" run build --tsc --lint

0 commit comments

Comments
 (0)