Skip to content

Commit

Permalink
Fix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kaarthik108 committed Jul 23, 2023
1 parent 3195879 commit 8316985
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
npm ci
- name: Zip and deploy
run: |
npx ncc build index.ts -o dist
zip -r deploy.zip . -x "node_modules/*" ".react-email/*" "dist/*"
mv deploy.zip dist/
ls dist
aws lambda update-function-code --function-name=resend_send --zip-file=fileb://dist/deploy.zip
npx ncc build index.ts -o .
zip -r deploy.zip * -x "dist/*" ".react-email/*"
aws lambda update-function-code --function-name=resend_send --zip-file=fileb://deploy.zip

0 comments on commit 8316985

Please sign in to comment.