Skip to content

Commit 7be22cb

Browse files
committed
fix: install plugin dependencies in deployment workflow
1 parent d7856bb commit 7be22cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.pantheon.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Install npm dependencies
2727
run: npm ci
2828

29+
- name: Install custom plugin npm dependencies
30+
run: npm run plugins:install
31+
2932
- name: Install PHP dependencies with Composer
3033
uses: php-actions/composer@v6
3134
with:

0 commit comments

Comments
 (0)