Skip to content

Commit

Permalink
nudge
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmay committed Jul 7, 2020
1 parent 4c02f7d commit a39d484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/token-swap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ cd "$(dirname "$0")/.."
./do.sh test token-swap
cc token-swap/inc/token-swap.h -o token-swap/target/token-swap.gch

cd "$(dirname "$0")/../token/js"
cd "token/js"

npm install

cd "$(dirname "$0")/../token-swap/js"
cd "../../token-swap/js"

npm install
npm run cluster:devnet
Expand Down

0 comments on commit a39d484

Please sign in to comment.