Yarn not found. Use npm instead
This commit is contained in:
parent
81ce7c0e83
commit
079a760afc
|
@ -2,7 +2,7 @@ language: php
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer install --prefer-dist --no-dev
|
- composer install --prefer-dist --no-dev
|
||||||
- yarn --pure-lockfile
|
- npm install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./publish.sh
|
- ./publish.sh
|
||||||
|
|
Reference in a new issue