Update package.json

This commit is contained in:
Adam Matthiesen 2024-03-19 05:22:27 -07:00 committed by GitHub
parent fa276f9d64
commit ca3e595401
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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