File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments