Skip to content

Commit

Permalink
run astro sync before type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious authored Oct 4, 2023
1 parent 0657af2 commit 956e203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand Down

1 comment on commit 956e203

@vercel
Copy link

@vercel vercel bot commented on 956e203 Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog-git-main-kremalicious.vercel.app
blog-kremalicious.vercel.app
kremalicious.vercel.app

Please sign in to comment.