Skip to content

Commit 37fd1b1

Browse files
committed
workflow changes 123
1 parent de0ee5a commit 37fd1b1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/repo-sync.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ jobs:
142142
rsync -av --delete ${{ env.RSYNC_SITECORE_UPLOAD_API_SRC_EXCLUDES }} ../upload-api/src/ ./upload-api/src/
143143
rsync -av --delete ../upload-api/migration-sitecore/ ./upload-api/migration-sitecore/
144144
145-
npx ts-remove-unused-imports --path ./api
146-
npx ts-remove-unused-imports --path ./ui
147-
npx ts-remove-unused-imports --path ./upload-api
148-
145+
npx ts-remove-unused-imports ./api
146+
npx ts-remove-unused-imports ./ui
147+
npx ts-remove-unused-imports ./upload-api
148+
149149
git add .
150150
git commit -m "Sync changes from migration-v2 PR #${{ github.event.pull_request.number }}"
151151
git push origin sync-from-migration-v2-${{ github.event.pull_request.number }}

api/src/services/sitecore.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { getLogMessage } from '../utils/index.js';
1010
import customLogger from '../utils/custom-logger.utils.js';
1111

1212

13-
1413
const append = "a";
1514
const baseDirName = MIGRATION_DATA_CONFIG.DATA
1615
const {

0 commit comments

Comments
 (0)