This commit is contained in:
cupcakearmy 2020-01-03 01:55:42 +01:00
parent 29109d4ea9
commit 709c0bf280

View File

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