update tests

This commit is contained in:
Adam Matthiesen 2024-02-15 03:55:09 -08:00
parent 11ea42c643
commit b17f3c188a
4 changed files with 391 additions and 956 deletions

View File

@ -6,9 +6,9 @@
"node": ">=18.19.0"
},
"scripts": {
"lint": "biome check .",
"ci:version": "pnpm changeset version",
"ci:publish": "pnpm changeset publish",
"lint": "biome check .",
"lint:fix": "biome check --apply .",
"playground:dev": "pnpm --filter playground dev",
"api:test": "pnpm --filter astro-ghostcms test",

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +0,0 @@
[
"packages/*"
]

3
vitest.workspace.ts Normal file
View File

@ -0,0 +1,3 @@
export default [
'packages/*/vitest.config.ts'
]