File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ $Commands = Get-ChildItem (Join-Path "$PSScriptRoot" "src/Commands") | ForEach-O
46
46
} | ConvertTo-Json - Depth 5 | Out-File " $obj \Commands.json"
47
47
48
48
49
- Export-CrescendoModule - ConfigurationFile (Get-ChildItem " $obj " ) - ModuleName (Join-Path $Output " yarn.crescendo" ) - Force
50
- Copy-Item (Join-path $PSScriptRoot " src/Helpers/*.ps1" ) (Join-Path $Output " Helpers" ) - Recurse
49
+ Export-CrescendoModule - ConfigurationFile (Get-ChildItem " $obj " ) - ModuleName (Join-Path $Output " yarn.crescendo" ) - Force - Verbose
50
+ Copy-Item (Join-path $PSScriptRoot " src/Helpers/*.ps1" ) (Join-Path $Output " Helpers" ) - Recurse - Verbose
51
51
52
52
$ManifestInfo = @ {
53
53
ModuleVersion = " 0.0"
@@ -57,6 +57,6 @@ $ManifestInfo = @{
57
57
ProjectUri = ' https://github.com/kelleyma49/yarn.crescendo'
58
58
}
59
59
60
- Update-ModuleManifest - Path (Join-Path $Output " Yarn.Crescendo .psd1" ) @ManifestInfo
60
+ Update-ModuleManifest - Path (Join-Path $Output " yarn.crescendo .psd1" ) @ManifestInfo - Verbose
61
61
62
62
# Invoke-Pester -Path "$PSScriptRoot\tests"
You can’t perform that action at this time.
0 commit comments