chore(build): add workspace consistency checker (#1277)

This commit is contained in:
rahim
2026-04-07 21:31:04 -07:00
committed by GitHub
parent b874dad306
commit a14a5b7498
3 changed files with 286 additions and 1 deletions
+2 -1
View File
@@ -37,7 +37,8 @@
"test:packages": "turbo run test --filter='./packages/*'",
"format:astro": "prettier --write 'site/src/**/*.astro'",
"typecheck": "tsc --build",
"changelog": "git-cliff --config cliff.toml --output CHANGELOG.md"
"changelog": "git-cliff --config cliff.toml --output CHANGELOG.md",
"check:workspace": "node build/scripts/check-workspace.mjs"
},
"devDependencies": {
"@actions/core": "^3.0.0",