Skip to content

Commit

Permalink
Use yarn instead of npm in amplify.yml (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
chromium-52 authored Sep 10, 2023
1 parent 01ffd0a commit 0ed486c
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 @@ -3,7 +3,7 @@ frontend:
phases:
preBuild:
commands:
- npm ci
- yarn install --frozen-lockfile
build:
commands:
- echo "REACT_APP_API_DOMAIN=$REACT_APP_API_DOMAIN" >> .env
Expand Down

0 comments on commit 0ed486c

Please sign in to comment.