diff options
Diffstat (limited to 'scripts/dev/dev_deploy.ps1')
| -rw-r--r-- | scripts/dev/dev_deploy.ps1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/dev/dev_deploy.ps1 b/scripts/dev/dev_deploy.ps1 index 688b8d1..ebb15b8 100644 --- a/scripts/dev/dev_deploy.ps1 +++ b/scripts/dev/dev_deploy.ps1 @@ -28,5 +28,9 @@ if ($LASTEXITCODE -ne 0) { # Export if (cargo run --manifest-path tools/build_helper/Cargo.toml --quiet --bin exporter debug) { Copy-Item -Path templates\compile_info.rs.template -Destination src\data\compile_info.rs -Force + # Run jvn if available after export + if (Get-Command jvn -ErrorAction SilentlyContinue) { + jvn -v --no-banner -c + } } } |
