File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ jobs:
4040 export NODE_OPTIONS=--tls-cipher-list="DEFAULT@SECLEVEL=1";
4141 yarn install;
4242 yarn build:backend;
43- yarn cdklocal bootstrap;
44- yarn cdklocal deploy;
43+ yarn cdklocal bootstrap;
44+ yarn cdklocal deploy;
4545 yarn prepare:frontend-local;
46- yarn build:frontend;
47- yarn cdklocal bootstrap --app="node dist/aws-sdk-js-notes-app-frontend.js";
48- yarn cdklocal deploy --app="node dist/aws-sdk-js-notes-app-frontend.js";
46+ yarn build:frontend;
47+ yarn cdklocal bootstrap --app="node dist/aws-sdk-js-notes-app-frontend.js";
48+ yarn cdklocal deploy --app="node dist/aws-sdk-js-notes-app-frontend.js";
4949 distributionId=$(awslocal cloudfront list-distributions | jq -r '.DistributionList.Items[0].Id');
5050 echo LS_PREVIEW_URL=$AWS_ENDPOINT_URL/cloudfront/$distributionId/ >> $GITHUB_ENV;
You can’t perform that action at this time.
0 commit comments