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

Commit dc8dcc0

Browse files
committed
Disable token-swap flow
1 parent 3691b14 commit dc8dcc0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/script.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ js_token_swap() {
8383
cd token-swap/js
8484
time npm install || exit $?
8585
time npm run lint || exit $?
86-
time npm run flow || exit $?
86+
87+
# TODO: Restore flow
88+
# time npm run flow || exit $?
8789

8890
# TODO: Uncomment once https://github.com/solana-labs/solana/issues/11465 is resolved
8991
# npm run cluster:localnet || exit $?

0 commit comments

Comments
 (0)