Add build and deploy scripts
This commit is contained in:
4
scripts/build-and-deploy.ps1
Normal file
4
scripts/build-and-deploy.ps1
Normal file
@@ -0,0 +1,4 @@
|
||||
Set-Location (Join-Path $PSScriptRoot "..\")
|
||||
|
||||
& npm run build `
|
||||
&& .\scripts\deploy.ps1
|
||||
Reference in New Issue
Block a user