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

Commit

Permalink
fix(ci): use new CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Jul 29, 2019
1 parent 7d0ab7f commit fe941fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion continuous-deployment-device-ui-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ phases:
- npx tsc
build:
commands:
- node dist/scripts/print-react-app-configuration.js > $CODEBUILD_SRC_DIR_WebApp/.env.production.local
- ./cli.js react-config > $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)
- cd $CODEBUILD_SRC_DIR_WebApp/; npm ci --no-audit; npm run build;
Expand Down
2 changes: 1 addition & 1 deletion continuous-deployment-web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ phases:
- npx tsc
build:
commands:
- node dist/scripts/print-react-app-configuration.js > $CODEBUILD_SRC_DIR_WebApp/.env.production.local
- ./cli.js react-config > $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)
- cd $CODEBUILD_SRC_DIR_WebApp/; npm ci --no-audit; npm run build;
Expand Down

0 comments on commit fe941fd

Please sign in to comment.