script ocd

This commit is contained in:
Adam Matthiesen 2024-01-27 20:33:53 -08:00
parent ea8127acb6
commit 3fb13d14c5
1 changed files with 2 additions and 3 deletions

View File

@ -6,12 +6,11 @@
"node": ">=18.19.0"
},
"scripts": {
"lint": "biome check .",
"lint:fix": "biome check --apply .",
"playground:dev": "pnpm --filter playground dev",
"www:dev": "pnpm --filter www dev",
"demo:dev": "pnpm --filter demo dev",
"lint": "biome check .",
"lint:fix": "biome check --apply .",
"base": "pnpm i --frozen-lockfile",
"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",