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

Commit 4f0451d

Browse files
committed
update test commands
1 parent da7a97c commit 4f0451d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

ci/js-test-token.sh

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ source ./ci/solana-version.sh install
66

77
set -x
88
cd token/js
9-
npm install
10-
npm run lint
11-
npm run flow
12-
npm run defs
13-
npm run test
14-
npm run start-with-test-validator
15-
PROGRAM_VERSION=2.0.4 npm run start-with-test-validator
9+
10+
yarn install --pure-lockfile
11+
yarn lint
12+
yarn build
13+
yarn test
14+
15+
yarn start-with-test-validator
16+
PROGRAM_VERSION=2.0.4 yarn start-with-test-validator

0 commit comments

Comments
 (0)