Package names

This commit is contained in:
Matt Kane
2026-04-01 11:45:50 +01:00
parent 7262b93a44
commit c8e318da5c
2 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- run: pnpm install --frozen-lockfile
# Build core (produces the CLI at dist/cli/index.mjs)
- run: pnpm run --filter emdashcms... build
- run: pnpm run --filter emdash... build
# Bundle and publish each standard-format plugin.
# Only plugins with a sandbox entry can be marketplace-installed.