🔧 Revert --prod: devDeps needed for tsc
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
6e2312ebb0
commit
8b4ed5b951
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ jobs:
|
|||
has_deps=$(node -p "Object.keys(require('./package.json').dependencies || {}).length > 0")
|
||||
if [ "$has_deps" = "true" ]; then
|
||||
echo "Installing dependencies..."
|
||||
pnpm install --prod --no-frozen-lockfile
|
||||
pnpm install --no-frozen-lockfile
|
||||
else
|
||||
echo "No runtime dependencies, skipping install"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue