Skip to content

Commit

Permalink
Merge pull request #609 from bobanetwork/fix/aws-pipeline-issues-fix
Browse files Browse the repository at this point in the history
Fix: code build aws script
  • Loading branch information
sk-enya authored Aug 7, 2024
2 parents 6892cf1 + 218b3c1 commit 372d4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ phases:

build:
commands:
- REACT_APP_WALLET_VERSION=$(git rev-parse --short HEAD) yarn build
- REACT_APP_WALLET_VERSION=$(git rev-parse --short HEAD) yarn build:prod

artifacts:
# include all files required to run the application
Expand Down

0 comments on commit 372d4e3

Please sign in to comment.