Update tag_build.yml

This commit is contained in:
Dream Hunter
2024-04-12 23:17:14 +08:00
committed by GitHub
parent 49d29ac7cc
commit cfeafb2d30

View File

@@ -34,6 +34,9 @@ jobs:
- name: Build Frontend
run: cd frontend && pnpm install --no-frozen-lockfile && pnpm build:release
- name: cp wrangler.toml
run: cd worker && cp wrangler.toml.template wrangler.toml
- name: Build Backend
run: cd worker && pnpm install --no-frozen-lockfile && pnpm build