Skip to content

pandell/frontend-config

Repository files navigation

Pandell Frontend Configuration Packages

Shared configuration packages for frontend tools used by Pandell engineering teams.

NPM registry tag management

When publishing a pre-release, we typically label it with a custom tag. It is a good idea to remove this tag once the pre-release is over. Use npm dist-tag subcommands to manage registry tags:

# list specified package's tags in the registry
npm dist-tag ls @pandell/jest-config

# tag the specified package version in the registry
npm dist-tag add @pandell/jest-config@4.2.0-preview.1 preview

# remove specified tag from the registry
npm dist-tag rm @pandell/jest-config preview