// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs6
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
install
/
action
[ PARENT ]
EDIT :: test.js
'use strict' var lifecycle = require('../../utils/lifecycle.js') var packageId = require('../../utils/package-id.js') module.exports = function (top, buildpath, pkg, log, next) { log.silly('test', packageId(pkg), buildpath) lifecycle(pkg.package, 'test', buildpath, false, false, next) }
SAVE
CANCEL