mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 09:56:51 +01:00
run astro sync before type checking
This commit is contained in:
parent
0657af254f
commit
956e2030d0
@ -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'",
|
||||
|
Loading…
Reference in New Issue
Block a user