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
cache:
npm: true
yarn: true
before_install:
- npm config set spin false
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
install:
- npm install
- yarn install --no-lockfile --non-interactive
script:
- npm run lint:wrapper
- npm run lint:contracts
- yarn lint:wrapper
- yarn lint:contracts
branches:
only:

8840
yarn.lock Normal file

File diff suppressed because it is too large Load Diff