Add build and deploy scripts

This commit is contained in:
2025-11-29 18:10:08 +00:00
parent 239e0e64da
commit 19770a2a3c
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
Set-Location (Join-Path $PSScriptRoot "..\")
& npm run build `
&& .\scripts\deploy.ps1