remove unused script

This commit is contained in:
Adam Matthiesen 2024-01-27 20:32:31 -08:00
parent c9b06c57f7
commit ea8127acb6
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@
"api:test": "pnpm --filter astro-ghostcms test",
"api:test:watch": "pnpm --filter astro-ghostcms test:watch",
"api:test:coverage": "pnpm --filter astro-ghostcms test:coverage",
"api:test:ci": "pnpm --filter astro-ghostcms test:ci",
"create:dry": "pnpm --filter create-astro-ghostcms dryrun"
"api:test:ci": "pnpm --filter astro-ghostcms test:ci"
},
"devDependencies": {
"@biomejs/biome": "1.5.3",