Sfoglia il codice sorgente

install dependencies for dp-ui

tigger 1 anno fa
parent
commit
7ee97ce108
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      init-project.ps1

+ 2 - 1
init-project.ps1

@@ -3,4 +3,5 @@ git submodule foreach --recursive git pull
 npm install -g @angular/cli
 npm install --legacy-peer-deps
 Copy-Item src\dependencies\dp-ui\dp.comm.ts src\dependencies\dp-ui\dp.comm.test.ts
-Copy-Item src\dependencies\dp-ui\socket\ngxSocket.service.ts src\dependencies\dp-uisocket\ngxSocket.service.test.ts
+Copy-Item src\dependencies\dp-ui\socket\ngxSocket.service.ts src\dependencies\dp-uisocket\ngxSocket.service.test.ts
+cd src\dependencies\dp-ui; npm install --legacy-peer-deps