@foxtale/star-utils
v1.13.6
Published
Cross-domain cart synchronization utilities
Downloads
325
Maintainers
Readme
@foxtale/star-utils
Cross-domain cart synchronization utilities for Foxtale e-commerce sites.
Development
Local Development
- Clone the repository
git clone https://github.com/devx-commerce/foxtale-star-utils.git
cd foxtale-star-utils- Install dependencies
bun install- Build in watch mode
bun run dev- Link locally (for testing in other projects)
bun link
cd /path/to/your-project
bun link @foxtale/star-utilsDeployment
Every time you make changes and want to publish:
Make your code changes
Create a changeset (describes your changes)
bun run changeset- Select change type:
patch(bug fixes),minor(new features), ormajor(breaking changes) - Add a description of the changes
- Update version (bumps version based on changesets)
bun run version- This updates
package.jsonversion - Updates
CHANGELOG.md - Deletes processed changeset files
- Commit the version changes
git add .
git commit -m "Version bump"
git push- Build & Publish to npm
bun run releaseThis command will build the package and publish it to npm.
License
MIT
