Automation on localnet (#110)

* Run CI on localnet

* nit
This commit is contained in:
Jack May 2020-07-08 14:18:19 -07:00 committed by GitHub
parent 7a3fb516bc
commit 94e518d086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions

View File

@ -19,5 +19,8 @@ npm install
cd "../../token-swap/js" cd "../../token-swap/js"
npm install npm install
npm run cluster:devnet npm run cluster:localnet
npm run start npm run localnet:update
npm run localnet:up
npm run start
npm run localnet:down

View File

@ -14,5 +14,8 @@ cc token/inc/token.h -o token/target/token.gch
cd "$(dirname "$0")/../token/js" cd "$(dirname "$0")/../token/js"
npm install npm install
npm run cluster:devnet npm run cluster:localnet
npm run localnet:update
npm run localnet:up
npm run start npm run start
npm run localnet:down