Skip to content

Commit 890b245

Browse files
claudiahdzMichael Perrotte
authored andcommitted
chore(ci): add dirPacker to options
PR-URL: #252 Credit: @claudiahdz Close: #252 Reviewed-by: @mikemimik
1 parent 5df6b0e commit 890b245

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/ci.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const npm = require('./npm.js')
44
const Installer = require('libcipm')
55
const log = require('npmlog')
66
const path = require('path')
7+
const pack = require('./pack.js')
78

89
ci.usage = 'npm ci'
910

@@ -27,7 +28,8 @@ function ci (args, cb) {
2728
fmode: npm.modes.file,
2829
umask: npm.modes.umask,
2930
npmVersion: npm.version,
30-
tmp: npm.tmp
31+
tmp: npm.tmp,
32+
dirPacker: pack.packGitDep
3133
}
3234

3335
for (const key in npm.config.list[0]) {

0 commit comments

Comments
 (0)