mirror of
https://git.um-react.app/um/um-react.git
synced 2025-11-28 03:23:02 +00:00
refactor: use yarn instead of pnpm (#23)
This commit is contained in:
@@ -8,9 +8,8 @@ steps:
|
||||
image: node:18.16.0-bullseye
|
||||
commands:
|
||||
# - git config --global --add safe.directory "/drone/src"
|
||||
- npm install -g pnpm
|
||||
- pnpm i --frozen-lockfile
|
||||
- pnpm build
|
||||
- yarn install
|
||||
- yarn run build
|
||||
|
||||
- name: publish
|
||||
image: node:18.16.0-bullseye
|
||||
|
||||
Reference in New Issue
Block a user