Preview: postinstall.js
Size: 274 B
/proc/thread-self/root/proc/thread-self/root/lib/node_modules/npm/lib/install/action/postinstall.js
'use strict'
var lifecycle = require('../../utils/lifecycle.js')
var packageId = require('../../utils/package-id.js')
module.exports = function (staging, pkg, log, next) {
log.silly('postinstall', packageId(pkg))
lifecycle(pkg.package, 'postinstall', pkg.path, next)
}
Directory Contents
Dirs: 0 × Files: 15