Switch to yarn

This commit is contained in:
fsmanuel 2019-04-13 00:19:52 +02:00
parent 764f63fc8c
commit c8805be054
2 changed files with 8846 additions and 5 deletions

View File

@ -7,17 +7,18 @@ sudo: false
dist: xenial dist: xenial
cache: cache:
npm: true yarn: true
before_install: before_install:
- npm config set spin false - curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
install: install:
- npm install - yarn install --no-lockfile --non-interactive
script: script:
- npm run lint:wrapper - yarn lint:wrapper
- npm run lint:contracts - yarn lint:contracts
branches: branches:
only: only:

8840
yarn.lock Normal file

File diff suppressed because it is too large Load Diff