New: Cross Browser Testing UI

This commit is contained in:
Qstick 2019-09-16 21:27:15 +01:00
commit 22d48ab8aa
7 changed files with 168 additions and 65 deletions

View file

@ -144,8 +144,7 @@ Build()
YarnInstall()
{
ProgressStart 'yarn install'
yarn install
#npm-cache install npm || CheckExitCode npm install --no-optional --no-bin-links
yarn install --frozen-lockfile
ProgressEnd 'yarn install'
}