File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,6 @@ jobs:
144144 rsync -av --delete ../ui/ ./ui/
145145 rsync -av --delete ${{ env.RSYNC_SITECORE_UPLOAD_API_SRC_EXCLUDES }} ../upload-api/src/ ./upload-api/src/
146146 rsync -av --delete ../upload-api/migration-sitecore/ ./upload-api/migration-sitecore/
147-
148- # eslint api/ ui/ upload-api/ --rule 'import/no-unresolved: error' --format compact | awk -F ':' '{print $1}' | sort -u | xargs -I {} sed -i '/import/d' {}
149147 node remove-broken-imports.js
150148
151149 git add .
Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ import { getLogMessage } from '../utils/index.js';
1313import customLogger from '../utils/custom-logger.utils.js' ;
1414import { getSafePath } from '../utils/sanitize-path.utils.js' ;
1515
16-
17-
18-
1916const append = 'a' ;
2017const baseDirName = MIGRATION_DATA_CONFIG . DATA ;
2118const {
You can’t perform that action at this time.
0 commit comments