Skip to content

Commit 60eb60e

Browse files
martinRenoufcollonval
authored andcommitted
Make yarn install verbose
1 parent 36a1e99 commit 60eb60e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui-tests/docker/prepare.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
yarn install
4+
yarn install --verbose
5+
56
echo Will run 'wait-for-it' $*
67
$(dirname $0)/wait-for-it.sh $*

0 commit comments

Comments
 (0)