@mytw/software-assets-utitlity-frontend
v0.21.14
Published
Downloads
1,183
Maintainers
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
yarn version:patch
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