mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Force yarn on before_install
This commit is contained in:
parent
bdeb23a428
commit
aea2bb079e
@ -4,7 +4,11 @@ node_js:
|
|||||||
cache:
|
cache:
|
||||||
yarn: true
|
yarn: true
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_module
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- curl -o- -L https://yarnpkg.com/install.sh | bash -s
|
||||||
|
- export PATH="$HOME/.yarn/bin:$PATH"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- RUN yarn install --production=false --frozen-lockfile --non-interactive
|
- RUN yarn install --production=false --frozen-lockfile --non-interactive
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user