Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
echo "🧹 Running release safety checks..."
pnpm run format-check
node scripts/validate-publish-packages.js
echo "🔍 Validating workflow files before push..."
for file in .github/workflows/*.yml .github/workflows/*.yaml; do
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@commitlint/config-conventional": "^20.3.1",
"@playwright/test": "^1.57.0",
"@vitest/coverage-v8": "4.0.17",
"acorn": "^8.15.0",
"chokidar": "^5.0.0",
"concurrently": "9.2.1",
"dependency-cruiser": "^17.3.6",
Expand Down
2 changes: 2 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"files": [
"bin",
"dist",
"scripts",
"README.md",
"CLAUDE.md"
],
Comment thread
willgriffin marked this conversation as resolved.
Expand Down Expand Up @@ -41,6 +42,7 @@
"@happyvertical/smrt-types": "workspace:*",
"@happyvertical/sql": "catalog:",
"@happyvertical/utils": "catalog:",
"acorn": "^8.15.0",
"fast-glob": "3.3.3",
"tar": "^7.5.2"
},
Expand Down
Loading
Loading