Compare commits

..

1 Commits

Author SHA1 Message Date
Adam Matthiesen ca3e595401
Update package.json 2024-03-19 05:22:27 -07:00
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",