diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 460abe3..79c33eb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -116,11 +116,7 @@ jobs: - name: Bundle standalone binaries run: | mkdir -p dist - # bun needs a flat node_modules (pnpm's strict layout breaks resolution) - # Remove pnpm's nested node_modules first so bun resolves fresh - rm -rf node_modules - bun install - # Stub for optional dep that bun tries to resolve + # Stub for optional dep that Ink tries to import (only used when DEV=true) if [ ! -e node_modules/react-devtools-core ]; then ln -s ../src/cli/stubs/react-devtools-core node_modules/react-devtools-core fi