2021-09-13 18:12:40 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
2021-09-14 14:45:47 +02:00
|
|
|
#export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2; exit;}'):0.0
|
|
|
|
#export DISPLAY=host.docker.internal:0.0
|
|
|
|
rm -r coverage
|
|
|
|
rm -r .nyc_output
|
|
|
|
yarn build:instanbul
|
2021-09-13 18:12:40 +02:00
|
|
|
echo DISPLAY: $DISPLAY
|
|
|
|
yarn cy:$1
|
|
|
|
|