|
17 | 17 | "exports": "./src/frame/server.ts",
|
18 | 18 | "scripts": {
|
19 | 19 | "all-documents": "tsx src/content-render/scripts/all-documents/cli.ts",
|
20 |
| - "analyze-text": "node src/search/scripts/analyze-text.js", |
| 20 | + "analyze-text": "tsx src/search/scripts/analyze-text.ts", |
21 | 21 | "analyze-comment": "tsx src/events/scripts/analyze-comment-cli.ts",
|
22 | 22 | "archive-version": "tsx --max-old-space-size=16384 src/ghes-releases/scripts/archive-version.ts",
|
23 | 23 | "audit-log-sync": "tsx src/audit-logs/scripts/sync.ts",
|
|
39 | 39 | "find-unused-variables": "tsx src/content-linter/scripts/find-unsed-variables.ts",
|
40 | 40 | "fixture-dev": "cross-env ROOT=src/fixtures/fixtures npm start",
|
41 | 41 | "fixture-test": "cross-env ROOT=src/fixtures/fixtures npm test -- src/fixtures/tests",
|
42 |
| - "index": "tsx src/search/scripts/index/index.ts", |
43 |
| - "index-elasticsearch": "node src/search/scripts/index-elasticsearch.js", |
| 42 | + "general-search-scrape": "tsx src/search/scripts/scrape/scrape-cli.ts", |
| 43 | + "general-search-scrape-server": "cross-env NODE_ENV=production PORT=4002 MINIMAL_RENDER=true CHANGELOG_DISABLED=true tsx src/frame/server.ts", |
| 44 | + "ghes-release-scrape-with-server": "cross-env GHES_RELEASE=1 start-server-and-test general-search-scrape-server 4002 general-search-scrape", |
| 45 | + "general-search-scrape-with-server": "cross-env NODE_OPTIONS='--max_old_space_size=8192' start-server-and-test general-search-scrape-server 4002 general-search-scrape", |
| 46 | + "index": "tsx src/search/scripts/index/index-cli autocomplete docs-internal-data", |
| 47 | + "index-ai-search-autocomplete": "tsx src/search/scripts/index/index-cli ai-search-autocomplete", |
| 48 | + "index-general-autocomplete": "tsx src/search/scripts/index/index-cli general-autocomplete", |
| 49 | + "index-general-search": "tsx src/search/scripts/index/index-cli general-search", |
44 | 50 | "index-test-fixtures": "./src/search/scripts/index-test-fixtures.sh",
|
45 | 51 | "lint": "eslint '**/*.{js,mjs,ts,tsx}'",
|
46 | 52 | "lint-content": "node src/content-linter/scripts/lint-content.js",
|
|
70 | 76 | "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",
|
71 | 77 | "symlink-from-local-repo": "node src/early-access/scripts/symlink-from-local-repo.js",
|
72 | 78 | "sync-rest": "tsx src/rest/scripts/update-files.ts",
|
73 |
| - "sync-search": "cross-env NODE_OPTIONS='--max_old_space_size=8192' start-server-and-test sync-search-server 4002 sync-search-indices", |
74 |
| - "sync-search-ghes-release": "cross-env GHES_RELEASE=1 start-server-and-test sync-search-server 4002 sync-search-indices", |
75 |
| - "sync-search-indices": "node src/search/scripts/sync-search-indices.js", |
76 |
| - "sync-search-server": "cross-env NODE_ENV=production PORT=4002 MINIMAL_RENDER=true CHANGELOG_DISABLED=true tsx src/frame/server.ts", |
77 | 79 | "sync-secret-scanning": "tsx src/secret-scanning/scripts/sync.ts",
|
78 | 80 | "sync-webhooks": "npx tsx src/rest/scripts/update-files.ts -o webhooks",
|
79 | 81 | "test": "vitest",
|
|
222 | 224 | "src/open-source/scripts/add-pr-links.js",
|
223 | 225 | "src/open-source/scripts/pr-link-source.js",
|
224 | 226 | "rest-api-description/",
|
| 227 | + "docs-internal-data/", |
225 | 228 | "src/code-scanning/scripts/generate-code-scanning-query-list.ts"
|
226 | 229 | ]
|
227 | 230 | },
|
|
327 | 330 | "@octokit/rest": "21.0.2",
|
328 | 331 | "@playwright/test": "^1.48.1",
|
329 | 332 | "@types/accept-language-parser": "1.5.6",
|
| 333 | + "@types/cheerio": "^0.22.35", |
330 | 334 | "@types/connect-datadog": "0.0.10",
|
331 | 335 | "@types/connect-timeout": "0.0.39",
|
332 | 336 | "@types/cookie": "0.6.0",
|
333 | 337 | "@types/cookie-parser": "1.4.7",
|
| 338 | + "@types/elasticsearch": "^5.0.43", |
| 339 | + "@types/event-to-promise": "^0.7.5", |
334 | 340 | "@types/express": "4.17.21",
|
335 | 341 | "@types/imurmurhash": "^0.1.4",
|
336 | 342 | "@types/js-cookie": "^3.0.6",
|
|
0 commit comments