We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beea888 commit 62240f6Copy full SHA for 62240f6
1 file changed
.github/workflows/deploy-lambdas.yml
@@ -91,7 +91,8 @@ jobs:
91
rm -rf node_modules
92
npm ci
93
npm run build
94
- npm prune --production
+ rm -rf node_modules
95
+ npm ci --only=production --ignore-scripts
96
- name: Zip code
97
run: |
98
zip -r event_handler_lambda.zip *
0 commit comments