Skip to content

Conversation

@dannorthern
Copy link
Member

  • Add CI workflow that uses reusable npm-package-ci.yml
  • Add Release workflow for automated publishing to GitHub Packages
  • Update package.json with build script and correct repository URLs
  • Update .npmignore to properly include src/ directory for SCSS exports
  • Add comprehensive README with installation and usage documentation

The workflows are configured for a pure SCSS package:

  • CI skips tests, lint, and build steps
  • Release publishes to GitHub Packages only
  • Both workflows reference basecamp-dev reusable workflows

This brings ui-kit in line with other Built North npm packages and enables automated releases via git tags or manual workflow dispatch.

- Add CI workflow that uses reusable npm-package-ci.yml
- Add Release workflow for automated publishing to GitHub Packages
- Update package.json with build script and correct repository URLs
- Update .npmignore to properly include src/ directory for SCSS exports
- Add comprehensive README with installation and usage documentation

The workflows are configured for a pure SCSS package:
- CI skips tests, lint, and build steps
- Release publishes to GitHub Packages only
- Both workflows reference basecamp-dev reusable workflows

This brings ui-kit in line with other Built North npm packages and
enables automated releases via git tags or manual workflow dispatch.
@dannorthern dannorthern merged commit b584cf7 into main Oct 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants