Try yarn again
This commit is contained in:
parent
e0bac05ca4
commit
726aa2291d
|
@ -15,7 +15,7 @@ before_install:
|
||||||
- chmod 600 deploy_key
|
- chmod 600 deploy_key
|
||||||
- eval `ssh-agent -s`
|
- eval `ssh-agent -s`
|
||||||
- ssh-add deploy_key
|
- ssh-add deploy_key
|
||||||
- npm install
|
- yarn --pure-lockfile
|
||||||
- composer install --prefer-dist --no-dev
|
- composer install --prefer-dist --no-dev
|
||||||
|
|
||||||
script: ./publish.sh
|
script: ./publish.sh
|
||||||
|
|
Loading…
Reference in a new issue