We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b4a42 commit 3b7f54bCopy full SHA for 3b7f54b
src/PatternLab/InstallerUtil.php
@@ -416,10 +416,10 @@ public static function postPackageUpdate($event) {
416
}
417
418
/**
419
- * Make sure certain things are set-up before running composer's install
+ * Make sure certain things are set-up before running the installation of dependencies for a project
420
* @param {Object} a script event object from composer
421
*/
422
- public static function preInstallCmd($event) {
+ public static function postRootPackageInstall($event) {
423
424
// run the console and config inits
425
self::init();
0 commit comments