Skip to content

Commit

Permalink
npm build process added for new plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
AbmSourav committed Jun 17, 2023
1 parent f8c1132 commit 70f87d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codesvault/kathamo-generator",
"description": "Kathamo Generator is a command line tool to generate new project with Kathamo framework.",
"version": "1.2.5",
"version": "1.2.6",
"type": "library",
"minimum-stability": "stable",
"autoload": {
Expand Down
1 change: 1 addition & 0 deletions src/Services/CreateSkeletonFiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,6 @@ private function installDependencies()

echo Notifier::notify("\nInstalling NPM dependencies...");
system("npm install --prefix=" . $this->root_path);
system("npm run build --prefix=" . $this->root_path);
}
}

0 comments on commit 70f87d9

Please sign in to comment.