We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d210d commit cd286faCopy full SHA for cd286fa
.github/workflows/deploy-dev.yml
@@ -196,7 +196,8 @@ jobs:
196
run: |
197
if [[ ! -f bin/backend-aws-lambda ]]; then echo "Missing bin/backend-aws-lambda binary file. Exiting..."; exit 1; fi
198
if [[ ! -f bin/user-subscribe-lambda ]]; then echo "Missing bin/user-subscribe-lambda binary file. Exiting..."; exit 1; fi
199
- rm -rf ./node_modules/
+ # rm -rf ./node_modules/
200
+ find .
201
yarn install
202
yarn sls deploy --force --stage ${STAGE} --region us-east-2 --verbose
203
0 commit comments