Use yarn instead of npm

This commit is contained in:
Tom Raithel
2017-11-22 13:42:39 +01:00
parent 8182c9a5d5
commit 178f6e92fc
5 changed files with 46 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
language: node_js
node_js: node
install: npm install
script: npm run build
install: yarn install
script: yarn build
deploy:
provider: s3
access_key_id: