Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-lib-publish.js-TAP.test.js « tap-snapshots - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6af6c13f56b9f7d1ee55cda822571e5ede7ce9a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* IMPORTANT
 * This snapshot file is auto-generated, but designed for humans.
 * It should be checked into source control and tracked carefully.
 * Re-generate by setting TAP_SNAPSHOT=1 and running tests.
 * Make sure to inspect the output below.  Do not ignore changes!
 */
'use strict'
exports[`test/lib/publish.js TAP shows usage with wrong set of arguments > should print usage 1`] = `
npm publish [<folder>] [--tag <tag>] [--access <public|restricted>] [--dry-run]

Publishes '.' if no argument supplied
Sets tag \`latest\` if no --tag specified
`