diff --git a/AssistBDD.ps1 b/AssistBDD.ps1 index e2124da..cdc9572 100644 --- a/AssistBDD.ps1 +++ b/AssistBDD.ps1 @@ -2,7 +2,7 @@ $backendPath = $PSScriptRoot + "\..\AssistDB_V2_Back" $frontendPath = $PSScriptRoot + "\..\AssistDB_V2_Front" Start-Job -Name Backend -Args $backendPath { param($backendPath) Set-Location $backendPath; git pull; mvn spring-boot:run } -Start-Job -Name Frontend -Args $frontendPath{ param($frontendPath) Set-Location $frontendPath; git pull; ng serve } +Start-Job -Name Frontend -Args $frontendPath{ param($frontendPath) Set-Location $frontendPath; git pull; npm install; ng serve } Start-Process "http://localhost:9002/" $text = 'Tapez "stop" pour stopper les applications ou "log" pour afficher les logs: ' $continue=1 diff --git a/tags.json b/tags.json index 3feb66e..283fc51 100644 --- a/tags.json +++ b/tags.json @@ -1 +1 @@ -{"data":[{"tagId":1,"description":"Description ps1 modif","tag":"PS1"},{"tagId":2,"description":"desc sSL","tag":"SQL"},{"tagId":3,"description":"desc txt","tag":"TXT"},{"tagId":4,"description":"desc join","tag":"JOIN"}]} \ No newline at end of file +{"data":[{"tagId":1,"description":"Description ps1 modif","tag":"PS1"},{"tagId":2,"description":"desc sSL","tag":"SQL"},{"tagId":3,"description":"desc txt","tag":"TXT"},{"tagId":4,"description":"desc join","tag":"JOIN"},{"tagId":5,"description":"burit","tag":"Test"}]} \ No newline at end of file