Revert "refactor: use yarn instead of pnpm (#23)"

This reverts commit e5ee5ab7a5.
This commit is contained in:
鲁树人
2023-06-10 17:02:36 +01:00
parent e5ee5ab7a5
commit 2b7c257397
12 changed files with 7686 additions and 9643 deletions

View File

@@ -8,8 +8,9 @@ steps:
image: node:18.16.0-bullseye
commands:
# - git config --global --add safe.directory "/drone/src"
- yarn install
- yarn run build
- npm install -g pnpm
- pnpm i --frozen-lockfile
- pnpm build
- name: publish
image: node:18.16.0-bullseye