Skip to content

CI: drop asset pipeline steps removed in the slim down - #7

Merged
Ben-K-Jordan merged 1 commit into
mainfrom
claude/session-link-generation-SCkSf
Jul 17, 2026
Merged

CI: drop asset pipeline steps removed in the slim down#7
Ben-K-Jordan merged 1 commit into
mainfrom
claude/session-link-generation-SCkSf

Conversation

@Ben-K-Jordan

Copy link
Copy Markdown
Owner

The assets:build and assets:check npm scripts were deleted with the asset pipeline, but the Lint and Build job and the Unit Tests job still called them, so every CI run failed at "Missing script". This removes those steps, plus the stale .gitignore entries for the generated assets directory and manifest (nothing references them anymore).

Verified: every npm run target remaining in the workflow exists in package.json.


Generated by Claude Code

The assets:build and assets:check scripts were deleted along with the
asset pipeline, but two CI jobs still called them, failing every run
at the missing script. Also removes the stale gitignore entries for
the generated assets and manifest and the last orphaned local files.
@Ben-K-Jordan
Ben-K-Jordan merged commit c313cd1 into main Jul 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants