Skip to content

Commit

Permalink
fix: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianjeng committed Jan 11, 2024
1 parent 151f44c commit 1080526
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/cf_build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/bin/bash

# Load environment variables from .env file
source .env

if [ "$CF_PAGES_BRANCH" = "production" ]; then
echo "export const version = 'v2.0.0'" > packages/frontend/src/config.js
echo "export const network = 'sepolia'" >> packages/frontend/src/config.js
Expand Down

0 comments on commit 1080526

Please sign in to comment.