Merge Branch create-util #19
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue