Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
install: Run the "install" lifecycle in the toplevel module
Browse files Browse the repository at this point in the history
Fixes #8736
  • Loading branch information
iarna committed Jun 27, 2015
1 parent 3228c20 commit 85e7295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/install.js
Expand Up @@ -484,6 +484,7 @@ Installer.prototype.runTopLevelLifecycles = function (cb) {
steps.push(
[doOneAction, 'preinstall', this.idealTree.path, this.idealTree, trackLifecycle.newGroup('preinstall:.')],
[doOneAction, 'build', this.idealTree.path, this.idealTree, trackLifecycle.newGroup('build:.')],
[doOneAction, 'install', this.idealTree.path, this.idealTree, trackLifecycle.newGroup('install:.')],
[doOneAction, 'postinstall', this.idealTree.path, this.idealTree, trackLifecycle.newGroup('postinstall:.')])
if (this.npat) {
steps.push(
Expand Down

0 comments on commit 85e7295

Please sign in to comment.