build with yarn

This commit is contained in:
cupcakearmy 2019-08-24 10:32:22 +02:00
parent 6b7d9ad20a
commit ce7e8d548b

View File

@ -3,13 +3,12 @@ name: default
steps:
- name: build
image: node:11-alpine
image: cupcakearmy/yarn
pull: always
commands:
- node -v
- npm -v
- npm i
- npm run build:prod
- yarn
- yarn run build:prod
- name: deploy
image: cupcakearmy/drone-deploy