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 fe3b7ba commit 8d48fafCopy full SHA for 8d48faf
.github/workflows/build-release-zip.yml
@@ -35,6 +35,11 @@ jobs:
35
if: steps.cache-node-modules.outputs.cache-hit != 'true'
36
run: npm ci --no-optional
37
38
+ - name: Install Composer dependencies and dump autoload
39
+ run: |
40
+ composer install --no-dev --optimize-autoloader
41
+ composer dump-autoload
42
+
43
- name: Build plugin
44
run: |
45
npm run build
.github/workflows/wordpress-plugin-deploy.yml
@@ -20,6 +20,11 @@ jobs:
20
node-version-file: '.nvmrc'
21
cache: 'npm'
22
23
24
25
26
27
28
- name: Build
29
30
npm ci --no-optional
0 commit comments