Skip to content

Commit

Permalink
null node output
Browse files Browse the repository at this point in the history
  • Loading branch information
doerfli committed Aug 9, 2024
1 parent fc50fa0 commit 584caa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
env:
WRITE_ADDRESSES_TO_FILE: true
run: |
hh node &
hh node > /dev/null 2>&1 &
hh run scripts/deploy_all.ts --network localhost
mv deployment.env .env
hh run scripts/deploy_fire_components.ts --network localhost

0 comments on commit 584caa5

Please sign in to comment.