修改yarn命令

This commit is contained in:
whyour
2022-04-03 21:49:20 +08:00
parent 8276a19012
commit d00f2cd33b
2 changed files with 8 additions and 5 deletions
+4 -3
View File
@@ -27,9 +27,10 @@ jobs:
- name: build front and back
run: |
yarn install
yarn build:front
yarn build:back
npm i -g pnpm
pnpm install
pnpm build:front
pnpm build:back
- name: copy to static repo
env: