Skip to content

Commit ac30e3d

Browse files
committed
fix: pnpm install
1 parent 7d8d55d commit ac30e3d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fi
1313

1414
composer i -o --no-dev --ignore-platform-reqs 2>&1 >/dev/null
1515

16-
cd "$PLUGIN_DIR/frontend-dev" && pnpm install && pnpm pda
16+
cd "$PLUGIN_DIR/frontend-dev" && pnpm pda
1717

1818
cd "$PLUGIN_DIR"
1919

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
${{ runner.os }}-pnpm-store-
4747
4848
- name: Install frontend dependencies
49-
run: pnpm install
49+
run: |
50+
cd frontend-dev
51+
pnpm install
5052
5153
- name: Check for SVN
5254
id: check_svn

0 commit comments

Comments
 (0)