ops(web): bound immutable release history

This commit is contained in:
lingniu
2026-07-16 04:18:15 +08:00
parent 8e8f3f9f5c
commit 326d03cd6d
10 changed files with 392 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
"web:build": "pnpm --dir apps/web run build",
"web:test": "pnpm --dir apps/web run test",
"api:test": "cd apps/api && go test ./...",
"release:web-smoke:test": "bash deploy/verify-web-release.test.sh",
"release:web-smoke:test": "bash deploy/verify-web-release.test.sh && bash deploy/prepare-web-release.test.sh && bash deploy/prune-release-history.test.sh && bash deploy/install-web-release.test.sh",
"build": "pnpm run web:build && cd apps/api && go build -o ../../dist/platform-api ./cmd/platform-api && go build -o ../../dist/oneos-scope-sync ./cmd/oneos-scope-sync"
}
}