测试pnpm版本

This commit is contained in:
whyour 2022-05-03 14:44:10 +08:00
parent 8b97d92d0a
commit 7ae93efe07

View File

@ -27,8 +27,8 @@ jobs:
- name: build front and back - name: build front and back
run: | run: |
npm i -g pnpm@6 npm i -g pnpm
pnpm install pnpm install --loglevel error
pnpm build:front pnpm build:front
pnpm build:back pnpm build:back