From a969ada9d19cf4860d915b3a81e314a4be0cd8c7 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 14 Aug 2020 14:10:12 -0700 Subject: [PATCH] Add more build timing --- ci/script.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/script.sh b/ci/script.sh index 7de9ce6d..701dc741 100755 --- a/ci/script.sh +++ b/ci/script.sh @@ -67,15 +67,15 @@ js_token() { set -x cd token/js time npm install - npm run lint - npm run flow + time npm run lint + time npm run flow tsc module.d.ts npm run cluster:localnet npm run localnet:down npm run localnet:update npm run localnet:up - npm run start + time npm run start npm run localnet:down ) } @@ -87,8 +87,8 @@ js_token_swap() { set -x cd token-swap/js time npm install - npm run lint - npm run flow + time npm run lint + time npm run flow # TODO: Uncomment once https://github.com/solana-labs/solana/issues/11465 is resolved # npm run cluster:localnet