generated from nhcarrigan/template
feat: test that all projects have a documentation page
This commit is contained in:
+4
-3
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user