Skip to content

Commit

Permalink
chore(ci): add dirPacker to options
Browse files Browse the repository at this point in the history
PR-URL: #252
Credit: @claudiahdz
Close: #252
Reviewed-by: @mikemimik
  • Loading branch information
claudiahdz authored and Michael Perrotte committed Sep 24, 2019
1 parent 5df6b0e commit 890b245
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/ci.js
Expand Up @@ -4,6 +4,7 @@ const npm = require('./npm.js')
const Installer = require('libcipm')
const log = require('npmlog')
const path = require('path')
const pack = require('./pack.js')

ci.usage = 'npm ci'

Expand All @@ -27,7 +28,8 @@ function ci (args, cb) {
fmode: npm.modes.file,
umask: npm.modes.umask,
npmVersion: npm.version,
tmp: npm.tmp
tmp: npm.tmp,
dirPacker: pack.packGitDep
}

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

0 comments on commit 890b245

Please sign in to comment.