|
27 | 27 | "clone-translations": "./src/languages/scripts/clone-translations.sh", |
28 | 28 | "cmp-files": "tsx src/workflows/cmp-files.ts", |
29 | 29 | "content-changes-table-comment": "tsx src/workflows/content-changes-table-comment.ts", |
30 | | - "copy-fixture-data": "tsx src/tests/scripts/copy-fixture-data.js", |
| 30 | + "copy-fixture-data": "tsx src/tests/scripts/copy-fixture-data.ts", |
31 | 31 | "count-translation-corruptions": "tsx src/languages/scripts/count-translation-corruptions.ts", |
32 | 32 | "create-enterprise-issue": "tsx src/ghes-releases/scripts/create-enterprise-issue.ts", |
33 | 33 | "debug": "cross-env NODE_ENV=development ENABLED_LANGUAGES=en nodemon --inspect src/frame/server.ts", |
|
58 | 58 | "index-test-fixtures": "./src/search/scripts/index-test-fixtures.sh", |
59 | 59 | "labeler": "tsx .github/actions/labeler/labeler.ts", |
60 | 60 | "lint": "eslint '**/*.{js,mjs,ts,tsx}'", |
61 | | - "lint-content": "tsx src/content-linter/scripts/lint-content.js", |
62 | | - "lint-translation": "vitest src/content-linter/tests/lint-files.js", |
| 61 | + "lint-content": "tsx src/content-linter/scripts/lint-content.ts", |
| 62 | + "lint-translation": "vitest src/content-linter/tests/lint-files.ts", |
63 | 63 | "liquid-markdown-tables": "tsx src/tools/scripts/liquid-markdown-tables/index.ts", |
64 | 64 | "generate-article-api-docs": "tsx src/article-api/scripts/generate-api-docs.ts", |
65 | 65 | "generate-code-scanning-query-list": "tsx src/code-scanning/scripts/generate-code-scanning-query-list.ts", |
66 | 66 | "generate-content-linter-docs": "tsx src/content-linter/scripts/generate-docs.ts", |
67 | | - "move-content": "tsx src/content-render/scripts/move-content.js", |
68 | | - "openapi-docs": "tsx src/rest/docs.js", |
| 67 | + "move-content": "tsx src/content-render/scripts/move-content.ts", |
| 68 | + "openapi-docs": "tsx src/rest/docs.ts", |
69 | 69 | "playwright-test": "playwright test --config src/fixtures/playwright.config.ts --project=\"Google Chrome\"", |
70 | | - "lint-report": "tsx src/content-linter/scripts/lint-report.js", |
| 70 | + "lint-report": "tsx src/content-linter/scripts/lint-report.ts", |
71 | 71 | "postinstall": "cp package-lock.json .installed.package-lock.json && echo \"Updated .installed.package-lock.json\" # see husky/post-checkout and husky/post-merge", |
72 | 72 | "precompute-pageinfo": "tsx src/article-api/scripts/precompute-pageinfo.ts", |
73 | 73 | "prepare": "husky src/workflows/husky", |
74 | 74 | "prettier": "prettier -w \"**/*.{ts,tsx,js,mjs,scss,yml,yaml}\"", |
75 | 75 | "prettier-check": "prettier -c \"**/*.{ts,tsx,js,mjs,scss,yml,yaml}\"", |
76 | 76 | "prevent-pushes-to-main": "tsx src/workflows/prevent-pushes-to-main.ts", |
77 | 77 | "purge-fastly-edge-cache": "tsx src/workflows/purge-fastly-edge-cache.ts", |
78 | | - "purge-fastly-edge-cache-per-language": "tsx src/languages/scripts/purge-fastly-edge-cache-per-language.js", |
| 78 | + "purge-fastly-edge-cache-per-language": "tsx src/languages/scripts/purge-fastly-edge-cache-per-language.ts", |
79 | 79 | "readability-report": "tsx src/workflows/experimental/readability-report.ts", |
80 | 80 | "ready-for-docs-review": "tsx src/workflows/ready-for-docs-review.ts", |
81 | 81 | "release-banner": "tsx src/ghes-releases/scripts/release-banner.ts", |
82 | 82 | "repo-sync": "./src/workflows/local-repo-sync.sh", |
83 | 83 | "reusables": "tsx src/content-render/scripts/reusables-cli.ts", |
84 | 84 | "rendered-content-link-checker": "tsx src/links/scripts/rendered-content-link-checker.ts", |
85 | 85 | "rendered-content-link-checker-cli": "tsx src/links/scripts/rendered-content-link-checker-cli.ts", |
86 | | - "rest-dev": "tsx src/rest/scripts/update-files.js", |
| 86 | + "rest-dev": "tsx src/rest/scripts/update-files.ts", |
87 | 87 | "show-action-deps": "echo 'Action Dependencies:' && rg '^[\\s|-]*(uses:.*)$' .github -I -N --no-heading -r '$1$2' | sort | uniq | cut -c 7-", |
88 | 88 | "start": "cross-env NODE_ENV=development ENABLED_LANGUAGES=en nodemon src/frame/server.ts", |
89 | 89 | "start-all-languages": "cross-env NODE_ENV=development tsx src/frame/server.ts", |
90 | 90 | "start-for-playwright": "cross-env ROOT=src/fixtures/fixtures TRANSLATIONS_FIXTURE_ROOT=src/fixtures/fixtures/translations ENABLED_LANGUAGES=en,ja NODE_ENV=test tsx src/frame/server.ts", |
91 | 91 | "symlink-from-local-repo": "tsx src/early-access/scripts/symlink-from-local-repo.ts", |
92 | 92 | "sync-audit-log": "tsx src/audit-logs/scripts/sync.ts", |
93 | | - "sync-codeql-cli": "tsx src/codeql-cli/scripts/sync.js", |
94 | | - "sync-graphql": "tsx src/graphql/scripts/sync.js", |
| 93 | + "sync-codeql-cli": "tsx src/codeql-cli/scripts/sync.ts", |
| 94 | + "sync-graphql": "tsx src/graphql/scripts/sync.ts", |
95 | 95 | "sync-rest": "tsx src/rest/scripts/update-files.ts", |
96 | 96 | "sync-secret-scanning": "tsx src/secret-scanning/scripts/sync.ts", |
97 | 97 | "sync-webhooks": "npx tsx src/rest/scripts/update-files.ts -o webhooks", |
|
0 commit comments