revert: "ci: move prepublish to package"

closes #647

This reverts commit fb119038e8.
This commit is contained in:
三咲智子 Kevin Deng
2023-06-25 17:16:09 +08:00
parent a5105297d7
commit 5f7f79ebcc
2 changed files with 4 additions and 2 deletions

View File

@ -35,6 +35,9 @@ jobs:
- name: Install Dependencies
run: pnpm i
- name: PNPM build
run: pnpm run build
- name: Publish to NPM
run: pnpm -r publish --access public --no-git-checks
env: