refactor: use yarn instead of pnpm (#23)

This commit is contained in:
鲁树人
2023-06-10 16:39:51 +01:00
parent f8e558e213
commit e5ee5ab7a5
12 changed files with 9643 additions and 7686 deletions

View File

@@ -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