1
0
Fork 0

run astro sync before type checking

This commit is contained in:
Matthias Kretschmann 2023-10-04 10:47:29 +00:00 committed by GitHub
parent 0657af254f
commit 956e2030d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"preview": "astro preview",
"typecheck:astro": "astro check",
"typecheck:tsc": "tsc --noEmit --pretty",
"typecheck": "run-p typecheck:astro typecheck:tsc",
"typecheck": "astro sync && run-p typecheck:astro typecheck:tsc",
"prebuild": "run-p --silent --continue-on-error create:symlinks create:icons move:downloads",
"test:unit": "vitest run --config './test/vitest.config.ts' --coverage",
"test:e2e": "playwright test --config './test/playwright.config.ts'",