Skip to content

Commit

Permalink
Merge pull request #393 from samchon/features/setup
Browse files Browse the repository at this point in the history
`npx nestia setup` to install CLI too.
  • Loading branch information
samchon authored Jun 12, 2023
2 parents ce91656 + 6f63cb2 commit 736f4c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestia",
"version": "4.3.0",
"version": "4.3.1",
"description": "Nestia CLI tool",
"main": "bin/index.js",
"bin": {
Expand Down
1 change: 1 addition & 0 deletions packages/cli/src/NestiaSetupWizard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export namespace NestiaSetupWizard {
pack.install({ dev: false, modulo: "@nestia/core", version: "latest" });
pack.install({ dev: true, modulo: "@nestia/e2e", version: "latest" });
pack.install({ dev: true, modulo: "@nestia/sdk", version: "latest" });
pack.install({ dev: true, modulo: "nestia", version: "latest" });
await PluginConfigurator.configure(args);
}
}

0 comments on commit 736f4c7

Please sign in to comment.