@box/unified-share-modal
v3.1.14
Published
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
Downloads
17,288
Keywords
Readme
unified-share-modal
This library was generated with @box/automation. General overview on how to perform tasks on the generated library can be found in run-tasks Nx documentation.
Running commands
Your terminal should stay in location of root directory of repository, which is frontend-mono. That Allows Nx to run action against your project, or multiple project if that is necessary.
Do not navigate to packages/group-shared-features/unified-share-modal to run commands.
Commands for the project are run using syntax used by Nx:
Syntax: yarn nx <target name> <project name> <option overrides>
| | |
Example: yarn nx test products --watchAvailable commands
All commands used with Nx can be found in project.json file within your package.
nx storybook unified-share-modal- launches development environment for UI component.nx build-storybook unified-share-modal- build static version of storybook with all stories.nx build unified-share-modal- build package usingshared-feature-builderexecutor fromautomationpackage.nx build unified-share-modal --watch- build package with --watch flag enabled, which rebuildsdistcontent based on changes insrcnx build-locales unified-share-modal- generatei18n/*.jsandi18n/*.propertiesfiles out ofi18n/json/*.jsonfiles to be imported byreact-intl.nx lint unified-share-modal- run linter over package files,nx test unified-share-modal- runs storybook tests (visual/interactions) and jest unit tests, producing coverage report at the end.nx test-storybook unified-share-modal- runs storybook tests. You need first to start storybook in separate terminal for this to work.nx test-storybook-local-coverage unified-share-modal- runs storybook tests, and produces coverage report at the end. Requires running instance of storybook.nx test-storybook-ci unified-share-modal- build storybook and run storybook tests with coverage output. Designed for CI usage.nx test-jest unified-share-modal- runs jest unit tests, producing code coverage at the end.nx sonar unified-share-modal- performs static analysis of code using SonarQube tooling, to detect bugs and code smells. Integrated as one of the steps in CI process.nx chromatic unified-share-modal- uploads storybook build for review to box chromatic , and performs visual comparison of the UI changes against baseline.nx prepare unified-share-modal- command run during package publication process orchestrated by Nx Release.
Ownership
Code of the feature belongs to ux-foundry. Responsibilities of owning team include control over code quality, providing guidelines for changes, and alignment with other teams regarding changes. It would be a good practice to consult which team, owning or requesting, will be responsible for implementing changes to code.
