Skip to content

Commit 62240f6

Browse files
committed
try old way
1 parent beea888 commit 62240f6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-lambdas.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ jobs:
9191
rm -rf node_modules
9292
npm ci
9393
npm run build
94-
npm prune --production
94+
rm -rf node_modules
95+
npm ci --only=production --ignore-scripts
9596
- name: Zip code
9697
run: |
9798
zip -r event_handler_lambda.zip *

0 commit comments

Comments
 (0)