Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 94e518d

Browse files
authored
Automation on localnet (#110)
* Run CI on localnet * nit
1 parent 7a3fb51 commit 94e518d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

ci/token-swap.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ npm install
1919
cd "../../token-swap/js"
2020

2121
npm install
22-
npm run cluster:devnet
23-
npm run start
22+
npm run cluster:localnet
23+
npm run localnet:update
24+
npm run localnet:up
25+
npm run start
26+
npm run localnet:down

ci/token.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ cc token/inc/token.h -o token/target/token.gch
1414
cd "$(dirname "$0")/../token/js"
1515

1616
npm install
17-
npm run cluster:devnet
17+
npm run cluster:localnet
18+
npm run localnet:update
19+
npm run localnet:up
1820
npm run start
21+
npm run localnet:down

0 commit comments

Comments
 (0)