Skip to content

Commit 816091c

Browse files
🩹 [Refactor]: Remove Import-Module call from Build-PSModuleRootModule.ps1 for streamlined module installation
1 parent be6767e commit 816091c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/helpers/Build/Build-PSModuleRootModule.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ Export-ModuleMember @exports
258258

259259
LogGroup 'Build root module - Validate - Import' {
260260
Install-PSModule -Path $ModuleOutputFolder
261-
Import-Module -Name $ModuleName
262261
}
263262

264263
LogGroup 'Build root module - Validate - File list' {

0 commit comments

Comments
 (0)