Skip to content

Commit

Permalink
Build-Release.ps1: Checking potential issues with npm run generate-si…
Browse files Browse the repository at this point in the history
…te-scripts
  • Loading branch information
olemp committed Nov 1, 2023
1 parent d28f2b1 commit 0df7a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Install/Build-Release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ EndAction
#region Copying source files
StartAction("Copying Install.ps1, PostInstall.ps1 and site script source files")
if ($USE_CHANNEL_CONFIG) {
npm run generate-site-scripts >$null 2>&1
npm run generate-site-scripts
$SITE_SCRIPTS_BASEPATH = "$ROOT_PATH/.dist/SiteScripts"
Copy-Item -Path "$SITE_SCRIPTS_BASEPATH/*.txt" -Filter *.txt -Destination $RELEASE_PATH_SITESCRIPTS -Force
}
Expand Down

0 comments on commit 0df7a93

Please sign in to comment.