Skip to content

Commit

Permalink
Install only needed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Oct 27, 2024
1 parent 0b70292 commit 8d22d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
-w /var/task \
--entrypoint /bin/bash \
amazon/aws-lambda-nodejs:20 \
-c "npm i --production"
-c "npm i --omit=dev"
- name: Build and Upload Package
run: |
Expand Down

0 comments on commit 8d22d79

Please sign in to comment.