We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df6b0e commit 890b245Copy full SHA for 890b245
lib/ci.js
@@ -4,6 +4,7 @@ const npm = require('./npm.js')
4
const Installer = require('libcipm')
5
const log = require('npmlog')
6
const path = require('path')
7
+const pack = require('./pack.js')
8
9
ci.usage = 'npm ci'
10
@@ -27,7 +28,8 @@ function ci (args, cb) {
27
28
fmode: npm.modes.file,
29
umask: npm.modes.umask,
30
npmVersion: npm.version,
- tmp: npm.tmp
31
+ tmp: npm.tmp,
32
+ dirPacker: pack.packGitDep
33
}
34
35
for (const key in npm.config.list[0]) {
0 commit comments