Skip to content

Commit 49a9ca4

Browse files
committed
chore: update actions
1 parent c9f9530 commit 49a9ca4

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-dev-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Create zip
3131
run: |
3232
npm ci
33+
npm run gutenberg:build
3334
CURRENT_VERSION=$(node -p -e "require('./package.json').version")
3435
COMMIT_HASH=$(git rev-parse --short HEAD)
3536
DEV_VERSION="${CURRENT_VERSION}-dev.${COMMIT_HASH}"

.github/workflows/deploy-wporg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- name: Build
1616
run: |
1717
npm ci
18+
npm run gutenberg:build
1819
composer install --no-dev --prefer-dist --no-progress --no-suggest
1920
- name: WordPress Plugin Deploy
2021
uses: 10up/action-wordpress-plugin-deploy@master

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Install npm deps
2525
run: |
2626
npm ci
27+
npm run gutenberg:build
2728
npm install -g playwright-cli
2829
npx playwright install --with-deps chromium
2930
- name: Install composer deps

0 commit comments

Comments
 (0)