Updated npm package dependencies

pull/1646/head
Halil İbrahim Kalkan 6 years ago
parent 52c43f18fa
commit da08d67d24

@ -43,17 +43,17 @@ namespace Volo.Abp.Cli.Commands
public async Task ExecuteAsync(CommandLineArgs commandLineArgs) public async Task ExecuteAsync(CommandLineArgs commandLineArgs)
{ {
await UpdateNugetPackages(commandLineArgs); //await UpdateNugetPackages(commandLineArgs);
UpdateNpmPackages(); UpdateNpmPackages();
var options = commandLineArgs.Options //var options = commandLineArgs.Options
.Select(x => x.Key).ToList(); // .Select(x => x.Key).ToList();
await _cliAnalyticsCollect.CollectAsync(new CliAnalyticsCollectInputDto //await _cliAnalyticsCollect.CollectAsync(new CliAnalyticsCollectInputDto
{ //{
Tool = _options.ToolName, // Tool = _options.ToolName,
Command = commandLineArgs.Command, // Command = commandLineArgs.Command,
Options = _jsonSerializer.Serialize(options) // Options = _jsonSerializer.Serialize(options)
}); //});
} }
private void UpdateNpmPackages() private void UpdateNpmPackages()

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save