🔧 Use --prod flag to skip devDependencies in CI
Fixes 401 error when fetching unpublished @lilith devDependency packages. 🤖 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
40ed78fb2d
commit
3bae40fa8f
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
has_deps=$(node -p "Object.keys(require('./package.json').dependencies || {}).length > 0")
|
||||
if [ "$has_deps" = "true" ]; then
|
||||
echo "Installing dependencies..."
|
||||
pnpm install --no-frozen-lockfile
|
||||
pnpm install --prod --no-frozen-lockfile
|
||||
else
|
||||
echo "No runtime dependencies, skipping install"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue