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

Commit 67d5217

Browse files
committed
Use yarn run swap in test
1 parent 433f0ad commit 67d5217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run_example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ cd "${EXAMPLE_DIR}"
6767

6868
yarn install > /dev/null
6969

70-
yarn run start > "${LOG_FILE}" 2>&1 &
70+
yarn run swap > "${LOG_FILE}" 2>&1 &
7171
RUN_PID=$!
7272

7373
function check_swap() {

0 commit comments

Comments
 (0)