feat(coding-agent): add installer lock generation

This commit is contained in:
Armin Ronacher
2026-06-26 14:45:15 +02:00
parent 87ad8243cb
commit 622eca7608
6 changed files with 2333 additions and 5 deletions
+1
View File
@@ -169,6 +169,7 @@ console.log("Regenerating release artifacts...");
run("npm --prefix packages/ai run generate-models");
run("npm --prefix packages/ai run generate-image-models");
run("npm run shrinkwrap:coding-agent");
run("npm run install-lock:coding-agent");
console.log();
// 5. Run checks