Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ phpstan-baseline.neon
AGENTS.md
.wp-env.json
.claude

classes/Visualizer/Gutenberg/src
1 change: 1 addition & 0 deletions .github/workflows/build-dev-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Create zip
run: |
npm ci
npm run gutenberg:build
CURRENT_VERSION=$(node -p -e "require('./package.json').version")
COMMIT_HASH=$(git rev-parse --short HEAD)
DEV_VERSION="${CURRENT_VERSION}-dev.${COMMIT_HASH}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-wporg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Build
run: |
npm ci
npm run gutenberg:build
composer install --no-dev --prefer-dist --no-progress --no-suggest
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Install npm deps
run: |
npm ci
npm run gutenberg:build
npm install -g playwright-cli
npx playwright install --with-deps chromium
- name: Install composer deps
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ vendor
.DS_Store
artifacts
.phpunit.result.cache
classes/Visualizer/Gutenberg/build
36 changes: 0 additions & 36 deletions classes/Visualizer/Gutenberg/.eslintrc

This file was deleted.

Loading
Loading