← Registry
Loop Official

Build Until Green

Run the production build, fix compile and bundling errors, and loop until the build succeeds.

Install

via Positronick CLI

$positronick loop install build-until-green

Loop

Goal
production build succeeds
Exit when
npm run build exits 0

Check between iterations

$npm run build

Kickoff prompt

Start the "Build Until Green" loop. Goal: production build succeeds Max iterations: 10 Between iterations run: npm run build Exit when: npm run build exits 0 Step 1: Run the production build, fix compile and bundling errors, and loop until the build succeeds.