We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8d55d commit ac30e3dCopy full SHA for ac30e3d
.github/build
@@ -13,7 +13,7 @@ fi
13
14
composer i -o --no-dev --ignore-platform-reqs 2>&1 >/dev/null
15
16
-cd "$PLUGIN_DIR/frontend-dev" && pnpm install && pnpm pda
+cd "$PLUGIN_DIR/frontend-dev" && pnpm pda
17
18
cd "$PLUGIN_DIR"
19
.github/workflows/deploy.yml
@@ -46,7 +46,9 @@ jobs:
46
${{ runner.os }}-pnpm-store-
47
48
- name: Install frontend dependencies
49
- run: pnpm install
+ run: |
50
+ cd frontend-dev
51
+ pnpm install
52
53
- name: Check for SVN
54
id: check_svn
0 commit comments