Skip to content

Commit

Permalink
Change build command in amplify.yml from npm to yarn (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
chromium-52 authored Sep 10, 2023
1 parent 0ed486c commit 03c240f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ frontend:
commands:
- echo "REACT_APP_API_DOMAIN=$REACT_APP_API_DOMAIN" >> .env
- echo "REACT_APP_GOOGLE_MAPS_KEY=$REACT_APP_GOOGLE_MAPS_KEY" >> .env
- npm run build
- CI= yarn build
artifacts:
baseDirectory: build
files:
Expand Down

0 comments on commit 03c240f

Please sign in to comment.