Compare commits

..

No commits in common. "main" and "@matthiesenxyz/starlight-ghostcms@0.1.9" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"lint": "biome check .",
"lint:fix": "biome check --apply .",
"ci:version": "pnpm changeset version",
"ci:publish": "pnpm changeset publish",
"ci:publish": "pnpm changeset publish --no-frozen-lockfile",
"ci:test:integration": "pnpm --filter astro-ghostcms test:ci",
"test:integration": "pnpm --filter astro-ghostcms test",
"test:integration:watch": "pnpm --filter astro-ghostcms test:watch",