Merge remote-tracking branch 'origin/develop' into feature/SUPPORT-8617_add_patches
This commit is contained in:
commit
c7192f94bb
2 changed files with 8 additions and 0 deletions
4
sync-backend.ps1
Normal file
4
sync-backend.ps1
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
$DestDir = 'C:\work\ervu-dashboard-backend'
|
||||
$SourceDir = (Get-Location)
|
||||
|
||||
robocopy $SourceDir $DestDir /S /mir /XF .npmrc sync-frontend.ps1 sync-backend.ps1 .gitignore .studioignore Dockerfile.pgs2 .gitlab-ci.yml config.md project.md system-requirements.md /XD $SourceDir\config .git target .studio $SourceDir\frontend\build $SourceDir\frontend\build_dev $SourceDir\frontend\dist $SourceDir\frontend\node_modules
|
||||
4
sync-frontend.ps1
Normal file
4
sync-frontend.ps1
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
$DestDir = 'C:\work\ervu-dashboard-frontend\'
|
||||
$SourceDir = (Get-Location)
|
||||
|
||||
robocopy $SourceDir $DestDir /S /mir /XF .npmrc sync-frontend.ps1 sync-backend.ps1 .gitignore .studioignore Dockerfile.pgs2 .gitlab-ci.yml config.md project.md system-requirements.md /XD $SourceDir\config .git target .studio $SourceDir\frontend\build $SourceDir\frontend\build_dev $SourceDir\frontend\dist $SourceDir\frontend\node_modules
|
||||
Loading…
Add table
Add a link
Reference in a new issue