1
0
forked from baron/baron-sso

fix(frontend): pnpm TTY error and lockfile mismatch in non-interactive environments

- Set CI=true in Dockerfiles and pnpm commands to avoid TTY issues
- Use --no-frozen-lockfile in runtime scripts to allow lockfile updates during development/startup
- Resolves #890
This commit is contained in:
2026-05-27 13:10:35 +09:00
parent 53830b20d8
commit 35e51910c6
9 changed files with 17 additions and 5 deletions

3
common/pnpm-lock.yaml generated
View File

@@ -423,6 +423,9 @@ importers:
autoprefixer:
specifier: ^10.5.0
version: 10.5.0(postcss@8.5.14)
jsdom:
specifier: ^28.1.0
version: 28.1.0
postcss:
specifier: ^8.5.14
version: 8.5.14