Détail du package

@mytw/software-assets-utitlity-frontend

mytw-software-bot252MIT0.21.15

null

Thoughtworks, myTW, TechOps, internal

readme

mytw-software

Running in local

Environment variable

export BACKEND_API_URL_MAP={1password value}

Yarn start

yarn start

Releasing Package

1. Version

Version using the available script and it will create commit and tag for the version bump

```shell script yarn version:patch


```shell
yarn version:minor
yarn version:major

2. Pushing changes including tags

git push origin main --tags

3. CircleCI Workflow

The Publish NPM Package Job is enabled in the workflow only for tag publish in git. Make sure All branches is selected in the branch filter to see the tag commit in CircleCI

Unpublish in case of emergency or security threats

Run the following command. Once you unpublish you cannot republish using the same version.

 npm unpublish @mytw/{your-project}@0.0.0 --force