gstack/.github
Garry Tan fe574f1cd8
fix: symlink node_modules instead of hardlink (cross-device)
Docker image layers and workspace are on different filesystems,
so cp -al (hardlink) fails. Use ln -s (symlink) instead — zero
copy overhead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 06:56:32 -07:00
..
docker fix: bun.lock is gitignored — use package.json only for Docker cache 2026-03-23 06:52:27 -07:00
workflows fix: symlink node_modules instead of hardlink (cross-device) 2026-03-23 06:56:32 -07:00