init-project.ps1 399 B

1234567
  1. git submodule update --init --recursive
  2. git submodule foreach --recursive git pull
  3. npm install -g @angular/cli
  4. npm install --legacy-peer-deps
  5. Copy-Item src\dependencies\dp-ui\dp.comm.ts src\dependencies\dp-ui\dp.comm.test.ts
  6. Copy-Item src\dependencies\dp-ui\socket\ngxSocket.service.ts src\dependencies\dp-ui\socket\ngxSocket.service.test.ts
  7. cd src\dependencies\dp-ui; npm install --legacy-peer-deps