Force yarn on before_install

This commit is contained in:
Grzegorz Leoniec 2019-02-24 20:38:08 +01:00
parent bdeb23a428
commit aea2bb079e
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -4,7 +4,11 @@ node_js:
cache:
yarn: true
directories:
- node_modules
- node_module
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s
- export PATH="$HOME/.yarn/bin:$PATH"
install:
- RUN yarn install --production=false --frozen-lockfile --non-interactive