Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
fix(cd): enable EXTEND_ESLINT env for app builds
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Sep 18, 2020
1 parent 015f66a commit d97deee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions continuous-deployment-device-ui-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ phases:
$CODEBUILD_SRC_DIR_DeviceUI/.env.production.local
- cat $CODEBUILD_SRC_DIR_DeviceUI/.env.production.local
- export $(cat $CODEBUILD_SRC_DIR_DeviceUI/.env.production.local | xargs)
- export EXTEND_ESLINT=true
- cd $CODEBUILD_SRC_DIR_DeviceUI/; npm ci --no-audit; npm run build;
- aws s3 cp $CODEBUILD_SRC_DIR_DeviceUI/build
s3://$REACT_APP_DEVICE_UI_BUCKET_NAME --recursive --metadata-directive
Expand Down
1 change: 1 addition & 0 deletions continuous-deployment-web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ phases:
$CODEBUILD_SRC_DIR_WebApp/.env.production.local
- cat $CODEBUILD_SRC_DIR_WebApp/.env.production.local
- export $(cat $CODEBUILD_SRC_DIR_WebApp/.env.production.local | xargs)
- export EXTEND_ESLINT=true
- cd $CODEBUILD_SRC_DIR_WebApp/; npm ci --no-audit; npm run build;
- aws s3 cp $CODEBUILD_SRC_DIR_WebApp/build
s3://$REACT_APP_WEB_APP_BUCKET_NAME --recursive --metadata-directive
Expand Down

0 comments on commit d97deee

Please sign in to comment.