No need for -- when calling yarn

Message from Travis output:
> warning From Yarn 1.0 onwards, scripts don't require "--" for options
> to be forwarded. In a future version, any explicit "--" will be
> forwarded as-is to the scripts.
This commit is contained in:
Armen Zambrano G 2018-07-04 11:11:22 -04:00 коммит произвёл Armen Zambrano
Родитель f91d8fc746
Коммит ef7773bbf3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,7 @@ env:
install:
- yarn install --frozen-lockfile
after_failure:
- yarn build -- --inspect
- yarn build --inspect
script:
- yarn build
- yarn test