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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2022-07-28 00:05:34 +0300
committerGitHub <noreply@github.com>2022-07-28 00:05:34 +0300
commitde40c31d1fe7521ffbc4e22fd233b18eca149afe (patch)
tree0df4040d9a3ee52111880bf6e8dda30993314142 /lib
parent0e3660eb39bd12a25517d745701bf841811b4623 (diff)
docs: sync ci params with install (#5207)
Diffstat (limited to 'lib')
-rw-r--r--lib/commands/ci.js9
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/commands/ci.js b/lib/commands/ci.js
index 2a6125d56..0adf203a9 100644
--- a/lib/commands/ci.js
+++ b/lib/commands/ci.js
@@ -9,16 +9,13 @@ const log = require('../utils/log-shim.js')
const validateLockfile = require('../utils/validate-lockfile.js')
const ArboristWorkspaceCmd = require('../arborist-cmd.js')
+const Install = require('./install.js')
class CI extends ArboristWorkspaceCmd {
static description = 'Clean install a project'
static name = 'ci'
- static params = [
- 'audit',
- 'foreground-scripts',
- 'ignore-scripts',
- 'script-shell',
- ]
+
+ static params = Install.params
async exec () {
if (this.npm.global) {