mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore(build): add workspace consistency checker (#1277)
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user