Add more build timing

This commit is contained in:
Michael Vines 2020-08-14 14:10:12 -07:00 committed by mergify[bot]
parent c12b04aaaa
commit a969ada9d1
1 changed files with 5 additions and 5 deletions

View File

@ -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