Skip to content

Commit cd286fa

Browse files
Try to fix the deployment 40
Signed-off-by: Lukasz Gryglicki <[email protected]>
1 parent c6d210d commit cd286fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ jobs:
196196
run: |
197197
if [[ ! -f bin/backend-aws-lambda ]]; then echo "Missing bin/backend-aws-lambda binary file. Exiting..."; exit 1; fi
198198
if [[ ! -f bin/user-subscribe-lambda ]]; then echo "Missing bin/user-subscribe-lambda binary file. Exiting..."; exit 1; fi
199-
rm -rf ./node_modules/
199+
# rm -rf ./node_modules/
200+
find .
200201
yarn install
201202
yarn sls deploy --force --stage ${STAGE} --region us-east-2 --verbose
202203

0 commit comments

Comments
 (0)