How to use @lerna/npm-dist-tag - 2 common examples

To help you get started, we’ve selected a few @lerna/npm-dist-tag examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github lerna / lerna / commands / publish / index.js View on Github external
        .then(() => pulseTillDone(npmDistTag.add(spec, distTag, opts, this.otpCache)))
        .then(() => {
github lerna / lerna / commands / publish / index.js View on Github external
        .then(() => pulseTillDone(npmDistTag.remove(spec, "lerna-temp", opts, this.otpCache)))
        .then(() => pulseTillDone(npmDistTag.add(spec, distTag, opts, this.otpCache)))

@lerna/npm-dist-tag

An internal Lerna tool

MIT
Latest version published 1 year ago

Package Health Score

64 / 100
Full package analysis

Popular @lerna/npm-dist-tag functions