switch to pnpm

This commit is contained in:
cupcakearmy 2019-08-30 20:31:18 +02:00
parent f509113b2b
commit 00636ac0ba

View File

@ -3,12 +3,12 @@ name: default
steps:
- name: build
image: cupcakearmy/yarn
image: cupcakearmy/pnpm
pull: always
commands:
- node -v
- yarn
- yarn run build:prod
- pnpm --shamefully-flatten i
- pnpm run build:prod
- name: deploy
image: cupcakearmy/drone-deploy