Skip to content

Commit

Permalink
fix: fix the missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vinu-deriv committed Jan 20, 2025
1 parent dc4dae3 commit 2723119
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/deploy/vercel/production/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ runs:
echo "$clean_name=${!secret}" >> $GITHUB_ENV
done
echo "🚀 Installing all dependencies..."
npm ci --include=dev
echo "🚀 Running build command..."
npm run build
Expand Down

0 comments on commit 2723119

Please sign in to comment.