forked from withastro/starlight
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve type checking job (withastro#1831)
- Loading branch information
Showing
8 changed files
with
345 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,7 @@ pnpm-debug.log* | |
__coverage__/ | ||
|
||
# Vercel output | ||
.vercel | ||
.vercel | ||
|
||
# Created by @astrojs/check | ||
/src/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,18 +8,19 @@ | |
"size": "size-limit", | ||
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile", | ||
"format": "prettier -w --cache --plugin prettier-plugin-astro .", | ||
"typecheck": "tsc -p tsconfig.typecheck.json" | ||
"typecheck": "astro check" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@astrojs/check": "^0.5.10", | ||
"@changesets/changelog-github": "^0.4.8", | ||
"@changesets/cli": "^2.26.1", | ||
"@size-limit/file": "^8.2.4", | ||
"astro": "^4.3.5", | ||
"prettier": "^3.0.0", | ||
"prettier-plugin-astro": "^0.13.0", | ||
"typescript": "^5.4.5", | ||
"size-limit": "^8.2.4" | ||
"size-limit": "^8.2.4", | ||
"typescript": "^5.4.5" | ||
}, | ||
"packageManager": "[email protected]", | ||
"size-limit": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.