Fix scope

This commit is contained in:
Matt Kane
2026-04-01 10:58:32 +01:00
parent 482a442f60
commit 2e863566b3
264 changed files with 578 additions and 578 deletions

View File

@@ -29,7 +29,7 @@ jobs:
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm typecheck
- run: pnpm run --filter emdashcms-demo --filter @emdashcms/demo-cloudflare typecheck
- run: pnpm run --filter emdashcms-demo --filter @emdash-cms/demo-cloudflare typecheck
- run: pnpm typecheck:templates
lint:
@@ -156,7 +156,7 @@ jobs:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run --filter @emdashcms/admin... build
- run: pnpm run --filter @emdash-cms/admin... build
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
id: playwright-cache
with:
@@ -164,7 +164,7 @@ jobs:
key: playwright-${{ hashFiles('pnpm-lock.yaml') }}
- run: pnpm exec playwright install --with-deps chromium
if: steps.playwright-cache.outputs.cache-hit != 'true'
- run: pnpm run --filter @emdashcms/admin test
- run: pnpm run --filter @emdash-cms/admin test
test-e2e:
name: E2E tests (${{ matrix.shardIndex }}/${{ matrix.shardTotal }})