fix(ci): skip frontend build

This commit is contained in:
zyoshoka 2024-09-19 23:08:31 +09:00
parent 7a55d9b02d
commit 2bdf1a5273
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ jobs:
- name: Build Misskey
run: |
corepack enable && corepack prepare
pnpm i --frozen-lockfile
pnpm build
pnpm --filter=!frontend i --frozen-lockfile
pnpm --filter=!frontend build
pnpm -F backend build:fed
- name: Setup
run: |