File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import { getLogMessage } from '../utils/index.js';
1010import customLogger from '../utils/custom-logger.utils.js' ;
1111
1212
13-
1413const append = "a" ;
1514const baseDirName = MIGRATION_DATA_CONFIG . DATA
1615const {
You can’t perform that action at this time.
0 commit comments