Skip to content

Commit 448e17f

Browse files
authored
More verbose (#5)
1 parent 7f79f87 commit 448e17f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ $Commands = Get-ChildItem (Join-Path "$PSScriptRoot" "src/Commands") | ForEach-O
4646
} | ConvertTo-Json -Depth 5 | Out-File "$obj\Commands.json"
4747

4848

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
5151

5252
$ManifestInfo = @{
5353
ModuleVersion = "0.0"
@@ -57,6 +57,6 @@ $ManifestInfo = @{
5757
ProjectUri = 'https://github.com/kelleyma49/yarn.crescendo'
5858
}
5959

60-
Update-ModuleManifest -Path (Join-Path $Output "Yarn.Crescendo.psd1") @ManifestInfo
60+
Update-ModuleManifest -Path (Join-Path $Output "yarn.crescendo.psd1") @ManifestInfo -Verbose
6161

6262
# Invoke-Pester -Path "$PSScriptRoot\tests"

0 commit comments

Comments
 (0)