fix: wercker fixes

This commit is contained in:
NGPixel 2017-08-11 20:00:34 -04:00
parent a388c23a23
commit b2e754c45e

View File

@ -5,7 +5,8 @@ build:
name: install dependencies
code: |
apt update
apt install bash build-essential yarn
apt install build-essential
npm install -g yarn
- script:
name: yarn install
code: |