Skip to content

Commit

Permalink
Open readme and files on boot in gitpod (#158)
Browse files Browse the repository at this point in the history
(cherry picked from commit daeb256)
  • Loading branch information
leighmcculloch committed Oct 28, 2022
1 parent 5b8a1c0 commit f3be8fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ tasks:
cargo fetch
make build test
command: |
gp ports await 23000 && gp open increment/src/lib.rs
gp ports await 23000
gp open README.md
gp open increment/src/lib.rs
gp open increment/src/test.rs
gp open README.md
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 f3be8fe

Please sign in to comment.