feat: test that all projects have a documentation page

This commit is contained in:
2025-10-29 18:12:50 -07:00
parent f8748b828a
commit 214e0f4ff1
16 changed files with 1029 additions and 39 deletions
+4 -3
View File
@@ -9,8 +9,7 @@
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"scan": "SONAR_TOKEN='op://Environment Variables - Development/SonarCloud/docs' op run -- sonar-scanner -Dsonar.organization=nhcarrigan -Dsonar.projectKey=nhcarrigan_docs -Dsonar.sources=. -Dsonar.host.url=https://sonarcloud.io",
"test": "echo 'No tests yet!' && exit 0"
"test": "vitest --run"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
@@ -21,6 +20,8 @@
"typescript": "^5.7.3"
},
"devDependencies": {
"cspell": "8.17.3"
"cspell": "8.17.3",
"gray-matter": "4.0.3",
"vitest": "4.0.5"
}
}