Merge Branch create-util #19

Merged
Adammatthiesen merged 62 commits from create-util into main 2024-01-28 09:42:14 +00:00
1 changed files with 2 additions and 3 deletions
Showing only changes of commit 3fb13d14c5 - Show all commits

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",