This commit is contained in:
Michael Vines 2020-08-07 20:41:53 -07:00
parent bb39d50390
commit 2f2d07f0bb
1 changed files with 5 additions and 3 deletions

View File

@ -17,11 +17,13 @@ git diff --exit-code token-swap/inc/token-swap.h
cc token-swap/inc/token-swap.h -o target/token-swap.gch
# Install dependency project
cd "token/js"
npm install
(
cd token/js
npm install
)
# Test js bindings
cd "../../token-swap/js"
cd token-swap/js
npm install
npm run lint
npm run flow