generated from nhcarrigan/template
feat: update policies, use new font, spell check (finally) (#44)
Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/44 Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com> Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"lint": "cspell src/content/docs",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
@ -14,5 +15,8 @@
|
||||
"@astrojs/starlight": "^0.26.1",
|
||||
"astro": "^4.14.5",
|
||||
"typescript": "^5.5.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cspell": "8.17.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user