This commit is contained in:
Adam Matthiesen 2024-02-15 04:50:38 -08:00
parent c50f2feba4
commit 3a5aea9b4e
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,11 @@
---
"@matthiesenxyz/astro-ghostcms-brutalbyelian": patch
"@matthiesenxyz/astro-ghostcms-rendercontent": patch
"@matthiesenxyz/astro-ghostcms-theme-default": patch
"@matthiesenxyz/astro-ghostcms-catppuccin": patch
"@matthiesenxyz/create-astro-ghostcms": patch
"@matthiesenxyz/astro-ghostcms": patch
"@ts-ghost/tsconfig": patch
---
Updated Tests and Linted packages

View File

@ -9,7 +9,6 @@
"dev": "pnpm --filter playground dev", "dev": "pnpm --filter playground dev",
"lint": "biome check .", "lint": "biome check .",
"lint:fix": "biome check --apply .", "lint:fix": "biome check --apply .",
"changeset": "pnpm changeset",
"ci:version": "pnpm changeset version", "ci:version": "pnpm changeset version",
"ci:publish": "pnpm changeset publish", "ci:publish": "pnpm changeset publish",
"ci:test:api": "pnpm --filter astro-ghostcms test:ci", "test:api": "pnpm --filter astro-ghostcms test", "ci:test:api": "pnpm --filter astro-ghostcms test:ci", "test:api": "pnpm --filter astro-ghostcms test",