File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
upload-api/migration-sitecore/constants Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 # # Remove unused imports and missing file references
128128 echo "Running ESLint to remove unused imports..."
129129 npm install eslint -g
130- eslint . --fix --ignore-path .eslintignore
130+ eslint . --fix --ignore-pattern "cli/**"
131131
132132 # echo "Running autoflake to remove unused imports..."
133133 # pip install autoflake
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ const MIGRATION_DATA_CONFIG = {
3636 ENTRIES_DIR_NAME : "entries" ,
3737 ENTRIES_MASTER_FILE : "index.json" ,
3838
39+
3940 GLOBAL_FIELDS_DIR_NAME : "global_fields" ,
4041 GLOBAL_FIELDS_FILE : "globalfields" ,
4142 GLOBAL_FIELDS_FILE_NAME : "globalfields.json" ,
You can’t perform that action at this time.
0 commit comments