ci: github workflows

This commit is contained in:
pany 2023-03-30 09:26:27 +08:00
parent 7ed338734c
commit b1855e80d1

View File

@ -22,7 +22,7 @@ jobs:
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v2 uses: pnpm/action-setup@v2
with: with:
version: latest version: "7.30.5"
- name: Build - name: Build
run: pnpm install && pnpm build:prod run: pnpm install && pnpm build:prod