mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 12:38:39 -09:00
Bring yarn back
This commit is contained in:
parent
958a994e6f
commit
a82d8acaa7
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ before_install:
|
|||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
|
||||
|
||||
install:
|
||||
- npm install
|
||||
- yarn
|
||||
|
||||
before_script:
|
||||
- npm prune
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ install:
|
|||
- ps: Install-Product node 6 x64
|
||||
- set CI=true
|
||||
- npm -g install npm@latest
|
||||
- npm install
|
||||
- yarn
|
||||
|
||||
build: off
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue