소스 검색

update script

tigger 1 년 전
부모
커밋
10a65ab52f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      init-project.ps1

+ 2 - 1
init-project.ps1

@@ -2,4 +2,5 @@ git submodule update --init --recursive
 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\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