Skip to content

Commit

Permalink
Fix: update prebuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
Akamig committed Jun 12, 2024
1 parent 5bd4ad5 commit 08c28d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ echo "NEXT_PUBLIC_AWS_COMMIT_ID=$AWS_COMMIT_ID" >> .env

echo "NEXT_PUBLIC_GOOGLE_TAG_MANAGER=$NEXT_PUBLIC_GOOGLE_TAG_MANAGER" >> .env

echo "NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=$NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID" >> .env
echo "NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=$NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID" >> .env
echo "NEXT_PUBLIC_THEGRAPH_API_KEY=$NEXT_PUBLIC_THEGRAPH_API_KEY >> .env

0 comments on commit 08c28d2

Please sign in to comment.