TryGhost
OSS
Ghost
Sign in / Sign up
Open main menu
Ghost
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
28968
5e7fbd33 Removed redundant pnpm exec prefix from admin-toolbar scripts pnpm prepends node_modules/.bin to PATH for script execution, so bare vite/eslint/vitest resolve to the local binaries the same way pnpm exec vite does. Other public apps (portal, comments-ui, etc.) have always used the bare form. Aligned admin-toolbar with the same pattern. no ref
by Steve Larson
S
Succeeded
28968
5e7fbd33 Removed redundant pnpm exec prefix from admin-toolbar scripts pnpm prepends node_modules/.bin to PATH for script execution, so bare vite/eslint/vitest resolve to the local binaries the same way pnpm exec vite does. Other public apps (portal, comments-ui, etc.) have always used the bare form. Aligned admin-toolbar with the same pattern. no ref
by Steve Larson
S
Succeeded
28968
97146229 Merge branch 'main' into signup-form-standalone-dev
by Steve Larson
S
Succeeded
28968
97146229 Merge branch 'main' into signup-form-standalone-dev
by Steve Larson
S
Succeeded
28968
97146229 Merge branch 'main' into signup-form-standalone-dev
by Steve Larson
S
Succeeded
28968
97146229 Merge branch 'main' into signup-form-standalone-dev
by Steve Larson
S
Succeeded
28968
97146229 Merge branch 'main' into signup-form-standalone-dev
by Steve Larson
S
Succeeded
28968
e9d5d37d Simplified signup-form dev script to single watch build no ref The dev script ran three concurrent processes (standalone HMR server, vite preview, and watch build), costing ~330 MB beyond what other public apps use. Two of those are not needed for the common case: - vite preview is redundant once the Caddy gateway serves umd/ directly - the standalone HMR server on :6173 is only useful when working on the form in isolation, not during normal pnpm dev dev now matches portal/comments-ui/etc. The standalone HMR workflow moves to a new dev:standalone script for opt-in solo work.
by Steve Larson
S
Previous page
Previous
Next
Next page