mirror of https://github.com/embarklabs/embark.git
remove cache from yarn to fix malicious install
This commit is contained in:
parent
2b15388cd5
commit
36da5a340e
|
@ -10,7 +10,7 @@ before_install:
|
|||
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.12.3
|
||||
- export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
||||
cache:
|
||||
yarn: true
|
||||
yarn: false
|
||||
install:
|
||||
- yarn install
|
||||
- cd embark-ui && yarn install && cd ..
|
||||
|
|
Loading…
Reference in New Issue