Skip to content
Merged
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: 2 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ AGENTS.md
.claude
skills
classes/Visualizer/Gutenberg/src
classes/Visualizer/ChartBuilder/src
classes/Visualizer/D3Renderer/src
2 changes: 2 additions & 0 deletions .github/workflows/build-dev-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: |
npm ci
npm run gutenberg:build
npm run chartbuilder:build
npm run d3renderer: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
2 changes: 2 additions & 0 deletions .github/workflows/deploy-wporg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
run: |
npm ci
npm run gutenberg:build
npm run chartbuilder:build
npm run d3renderer:build
composer install --no-dev --prefer-dist --no-progress --no-suggest
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: |
npm ci
npm run gutenberg:build
npm run chartbuilder:build
npm run d3renderer:build
npm install -g playwright-cli
npx playwright install --with-deps chromium
- name: Install composer deps
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ vendor
artifacts
.phpunit.result.cache
classes/Visualizer/Gutenberg/build
classes/Visualizer/ChartBuilder/build
classes/Visualizer/D3Renderer/build
Loading
Loading