From 30b2e92f436d916fdc98e0f8676f638f03c28738 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 9 Jul 2020 16:15:37 +0200 Subject: [PATCH] update fix directory x sim script --- Thermo.Active/makeSimVersion.ps1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Thermo.Active/makeSimVersion.ps1 b/Thermo.Active/makeSimVersion.ps1 index 328c9ea2..56737572 100644 --- a/Thermo.Active/makeSimVersion.ps1 +++ b/Thermo.Active/makeSimVersion.ps1 @@ -34,6 +34,9 @@ DoLog("START npm run build ") npm run build | Out-File c:\tmp\Script.log -Append DoLog("END npm run build ") +# torno in folder base +cd .. + $StopWatch.Stop() $StopWatch.Elapsed | Out-File c:\tmp\Script.log -Append -DoLog("-------------------------------- END script --------------------------------") +DoLog("-------------------------------- END script --------------------------------") \ No newline at end of file