mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2024-11-01 00:24:16 +01:00
build with yarn
This commit is contained in:
parent
6b7d9ad20a
commit
ce7e8d548b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user