Skip to content

Commit cccf7dd

Browse files
authored
Merge pull request #546 from contentstack/feature/workflow
Feature/workflow
2 parents 655bc03 + e8b76f6 commit cccf7dd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/repo-sync.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,9 @@ jobs:
162162
fi
163163
164164
# Remove unused imports
165-
npx ts-remove-unused-imports
165+
npx ts-remove-unused-imports api/
166+
npx ts-remove-unused-imports ui/
167+
npx ts-remove-unused-imports upload-api/
166168
167169
# Remove missing imports
168170
npx ts-prune | awk '{print $1}' | xargs -I {} sed -i '/import/d' {}

api/src/services/sitecore.service.ts

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

12-
1312
const append = "a";
1413
const baseDirName = MIGRATION_DATA_CONFIG.DATA
1514
const {

0 commit comments

Comments
 (0)