Skip to content

Commit 0992017

Browse files
committed
chore(flake): remove node_modules install
bun install all deps automatically
1 parent 77920eb commit 0992017

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

flake.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,6 @@
120120
uv sync --all-extras
121121
fi
122122
123-
# Install Node.js dependencies for MCP mock server (used in tests)
124-
if [ -f vendor/stackone-ai-node/package.json ]; then
125-
if [ ! -f vendor/stackone-ai-node/node_modules/.pnpm/lock.yaml ] || \
126-
[ vendor/stackone-ai-node/pnpm-lock.yaml -nt vendor/stackone-ai-node/node_modules/.pnpm/lock.yaml ]; then
127-
echo "📦 Installing MCP mock server dependencies..."
128-
(cd vendor/stackone-ai-node && pnpm install --frozen-lockfile)
129-
fi
130-
fi
131-
132123
# Install git hooks
133124
${config.pre-commit.installationScript}
134125
'';

0 commit comments

Comments
 (0)