Skip to content

Commit

Permalink
Add debugging steps to diagnose wp-scripts build error
Browse files Browse the repository at this point in the history
  • Loading branch information
kadamwhite committed Jan 23, 2025
1 parent 07aca65 commit db59b37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
with:
source_branch: add-gh-actions
release_branch: release
built_asset_paths: assets/dist
built_asset_paths: build
build_script: |
ls -lah
ls node_modules || true
tree src || true
npm ci
npm run build

0 comments on commit db59b37

Please sign in to comment.