Skip to content

Commit a683b3d

Browse files
authored
Script to move files by contentType (#58977)
1 parent d69909e commit a683b3d

File tree

2 files changed

+643
-0
lines changed

2 files changed

+643
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"generate-code-quality-query-list": "tsx src/codeql-queries/scripts/generate-code-quality-query-list.ts",
6464
"generate-content-linter-docs": "tsx src/content-linter/scripts/generate-docs.ts",
6565
"move-content": "tsx src/content-render/scripts/move-content.ts",
66+
"move-by-content-type": "tsx src/content-render/scripts/move-by-content-type.ts",
6667
"openapi-docs": "tsx src/rest/docs.ts",
6768
"playwright-test": "playwright test --config src/fixtures/playwright.config.ts --project=\"Google Chrome\"",
6869
"lint-report": "tsx src/content-linter/scripts/lint-report.ts",

0 commit comments

Comments
 (0)