You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cli,cli-with-sentry): add LICENSE and CHANGELOG.md to packages
- Add LICENSE and CHANGELOG.md to files array in package.json
- Update .gitignore to ignore copied LICENSE and CHANGELOG.md
- Update build scripts to copy LICENSE and CHANGELOG.md from repo root
- Update verification scripts to check for LICENSE and CHANGELOG.md
- Add validation for package.json files array
- Add Sentry-specific validations for cli-with-sentry:
- Verify @sentry/node is in dependencies
- Verify Sentry integration is present in build/cli.js
- Verify data directory exists and is populated
All validations now pass for both packages.
0 commit comments