We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ef98d commit 0eab1c9Copy full SHA for 0eab1c9
1 file changed
build.ps1
@@ -46,7 +46,7 @@ if ($env:GITHUB_WORKFLOW) {
46
47
npm install | Out-Host
48
49
- $pagesRoot = Join-Path $PSScriptRoot "src/pages"
+ $pagesRoot = Join-Path $astroDevRoot "src/pages"
50
if (-not (Test-Path $pagesRoot)) {
51
New-Item -ItemType Directory -Path $pagesRoot
52
}
@@ -186,8 +186,8 @@ $history = @(try {
186
$history += $buildTimes |
187
Select-Object Technique, Time, RelativeSpeed, DateTime
188
189
-# ConvertTo-Json -InputObject $history > ./history.json -Depth 2
190
-
+ConvertTo-Json -InputObject $history > ./history.json -Depth 2
191
+Remove-Item -Recurse -Force ./astrodev
192
193
Pop-Location
0 commit comments