mirror of
https://github.com/cupcakearmy/liquet.git
synced 2025-09-05 15:30:40 +00:00
yarn
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user