Skip to content

Commit 4579f42

Browse files
authored
disable color codes (#530)
1 parent 47d1fd7 commit 4579f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cypress.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ backend=$!
88

99
echo "Running tests..."
1010
cd web
11-
npm run cypress:run
11+
NO_COLOR=1 npm run cypress:run
1212
cypress=$?
1313

1414
kill $backend

0 commit comments

Comments
 (0)