Skip to content

Commit 3b7f54b

Browse files
committed
picking a better command to run this against
1 parent 02b4a42 commit 3b7f54b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PatternLab/InstallerUtil.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,10 +416,10 @@ public static function postPackageUpdate($event) {
416416
}
417417

418418
/**
419-
* Make sure certain things are set-up before running composer's install
419+
* Make sure certain things are set-up before running the installation of dependencies for a project
420420
* @param {Object} a script event object from composer
421421
*/
422-
public static function preInstallCmd($event) {
422+
public static function postRootPackageInstall($event) {
423423

424424
// run the console and config inits
425425
self::init();

0 commit comments

Comments
 (0)