Skip to content

Commit

Permalink
Merge pull request #36 from deriv-com/vercel-production-workflow
Browse files Browse the repository at this point in the history
fix: fix the missing dependency
  • Loading branch information
vinu-deriv authored Jan 20, 2025
2 parents ec35873 + 2723119 commit 8332106
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 8332106

Please sign in to comment.