fix: migrate container agent-runner to pnpm with proper build scripts
- Remove package-lock.json, add pnpm-lock.yaml for frozen installs - Add pnpm-workspace.yaml with onlyBuiltDependencies (better-sqlite3) and minimumReleaseAge matching root project policy - Dockerfile: allow agent-browser build scripts via global .npmrc (global installs don't read project-level workspace config) - Dockerfile: make lockfile and workspace COPY mandatory (drop glob)
This commit is contained in:
5
container/agent-runner/pnpm-workspace.yaml
Normal file
5
container/agent-runner/pnpm-workspace.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
onlyBuiltDependencies:
|
||||
- better-sqlite3
|
||||
|
||||
pnpm:
|
||||
minimumReleaseAge: 4320
|
||||
Reference in New Issue
Block a user