1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 19:05:03 +02:00

fix(ci): skip frontend build

This commit is contained in:
zyoshoka
2024-09-19 23:08:31 +09:00
parent 7a55d9b02d
commit 2bdf1a5273

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: |