|
19 | 19 | "build": "next build --webpack", |
20 | 20 | "check-content-type": "tsx src/workflows/check-content-type.ts", |
21 | 21 | "check-github-github-links": "tsx src/links/scripts/check-github-github-links.ts", |
| 22 | + "clone-early-access": "./src/early-access/scripts/clone-locally", |
22 | 23 | "clone-translations": "./src/languages/scripts/clone-translations.sh", |
23 | 24 | "cmp-files": "tsx src/workflows/cmp-files.ts", |
24 | 25 | "content-changes-table-comment": "tsx src/workflows/content-changes-table-comment.ts", |
25 | 26 | "copy-fixture-data": "tsx src/tests/scripts/copy-fixture-data.ts", |
26 | 27 | "count-translation-corruptions": "cross-env NODE_OPTIONS=--max-old-space-size=8192 tsx src/languages/scripts/count-translation-corruptions.ts", |
| 28 | + "create-early-access-branch": "./src/early-access/scripts/create-branch", |
27 | 29 | "create-enterprise-issue": "tsx src/ghes-releases/scripts/create-enterprise-issue.ts", |
28 | 30 | "cta-builder": "tsx src/content-render/scripts/cta-builder.ts", |
29 | 31 | "debug": "cross-env NODE_ENV=development ENABLED_LANGUAGES=en nodemon --inspect src/frame/server.ts", |
|
102 | 104 | "validate-asset-images": "tsx src/assets/scripts/validate-asset-images.ts", |
103 | 105 | "validate-github-github-docs-urls": "tsx src/links/scripts/validate-github-github-docs-urls/index.ts", |
104 | 106 | "warmup-remotejson": "tsx src/archives/scripts/warmup-remotejson.ts", |
105 | | - "what-docs-early-access-branch": "tsx src/early-access/scripts/what-docs-early-access-branch.ts" |
| 107 | + "what-docs-early-access-branch": "tsx src/early-access/scripts/what-docs-early-access-branch.ts", |
| 108 | + "writers": "tsx src/workflows/writers-help-metadata.ts" |
106 | 109 | }, |
107 | 110 | "lint-staged": { |
108 | 111 | "*.{ts,tsx}": "eslint --cache --fix", |
|
0 commit comments