Remove "install" from yarn

master
Lucas Azzola 2017-07-26 19:27:21 +10:00 committed by GitHub
parent 24e1aec306
commit 143480be30
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ matrix:
- env: NODE_ENV=production
fast_finish: true
install:
- yarn install --production=false
- yarn --production=false
before_script:
- if [ "${NODE_ENV}" = "production" ]; then yarn build; fi
script: