Skip to content

Commit

Permalink
Add a default file to open on load of gitpod (stellar#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Oct 24, 2022
1 parent d58801d commit 8ff236e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tasks:
cargo fetch
make build test
command: |
code increment/src/lib.rs
gp ports await 23000 && gp open increment/src/lib.rs
make build test
soroban invoke --id 1 --wasm target/wasm32-unknown-unknown/release/soroban_increment_contract.wasm --fn increment
Expand Down

0 comments on commit 8ff236e

Please sign in to comment.