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