0.1.1-beta.0 • Published 1 year ago

@nizza/highlight-products v0.1.1-beta.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Highlight Products

The highlight-products library manages all processes related to the functionality to highlight products

Versioning

Manage library versioning using the @jscutlery/semver tool, which automates semantic versioning based on your git history:

pnpm nx run highlight-products:version

For more details, refer to the official SemVer documentation.

Publishing

Publish the library, automatically applying the appropriate tag based on the target environment:

  • For feature branches (alpha release):
    pnpm nx run highlight-products:publish:feat
  • For development (beta release):
    pnpm nx run highlight-products:publish:dev
  • For production releases (stable release):
    pnpm nx run highlight-products:publish:prod

Building

Build the library, specifying the target environment and targeting ES2019:

  • For development environment:
    pnpm nx run highlight-products:build:dev
  • For production:
    pnpm nx run highlight-products:build:prod

Cleaning

Clean up build artifacts to maintain a tidy workspace:

pnpm nx run highlight-products:clean

Testing

Run unit tests for the library:

pnpm nx run highlight-products:test

Linting

Lint the project to ensure code quality and adherence to standards:

pnpm nx run highlight-products:lint
0.1.1-beta.0

1 year ago