Browse Source

fix: wercker fixes

pull/208/head
NGPixel 7 years ago
parent
commit
a7a4595482
1 changed files with 2 additions and 2 deletions
  1. 4
      wercker.yml

4
wercker.yml

@ -4,8 +4,8 @@ build:
- script:
name: install dependencies
code: |
apt update
apt install build-essential
apt-get update
apt-get install build-essential -y
npm install -g yarn
- script:
name: yarn install

Loading…
Cancel
Save