diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 27fc3e0..1d6cc6e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -117,7 +117,8 @@ jobs: run: | mkdir -p dist # bun needs a flat node_modules (pnpm's strict layout breaks resolution) - bun install --frozen-lockfile + # No bun.lockb in repo, so --frozen-lockfile is unreliable + bun install # Stub for optional dep that bun tries to resolve if [ ! -e node_modules/react-devtools-core ]; then ln -s ../src/cli/stubs/react-devtools-core node_modules/react-devtools-core