Skip to content

Commit

Permalink
Give permissions on node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Jun 9, 2024
1 parent b9d50f7 commit 82f61f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ jobs:
-w /var/task \
--entrypoint /bin/bash \
amazon/aws-lambda-nodejs:20 \
-c "npm i --production"
chmod -R a+x node_modules
-c "npm i --production && chmod -R a+x node_modules"
- name: Build Package
run: sam build
Expand Down

0 comments on commit 82f61f8

Please sign in to comment.