Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit c5e6a9a

Browse files
committed
add npm
1 parent 3a0046a commit c5e6a9a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

php-saas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../../autoload.php')) {
77
require __DIR__.'/vendor/autoload.php';
88
}
99

10-
$app = new Symfony\Component\Console\Application('PHP-SaaS Cli', '0.3.0');
10+
$app = new Symfony\Component\Console\Application('PHP-SaaS Cli', '0.4.0');
1111
$app->add(new PHPSaaS\Cli\NewCommand);
1212

1313
$app->run();

src/NewCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ protected function execute(InputInterface $input, OutputInterface $output): int
107107
"{$this->path}/vendor/bin/pint --parallel",
108108
]);
109109

110+
$this->setupNpm();
111+
110112
return 0;
111113
}
112114

0 commit comments

Comments
 (0)