mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-12-22 16:16:25 +00:00
yarn
This commit is contained in:
parent
29109d4ea9
commit
709c0bf280
@ -3,12 +3,12 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: cupcakearmy/pnpm
|
image: node:12
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- node -v
|
- node -v
|
||||||
- pnpm --shamefully-flatten i
|
- yarn
|
||||||
- pnpm run build
|
- yarn run build
|
||||||
|
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user