diff --git a/package.json b/package.json index 46c0c6fc5f68c..aa575cf168b57 100644 --- a/package.json +++ b/package.json @@ -19694,14 +19694,14 @@ "build:webviews": "webpack --mode development --config-name webviews", "build:icons": "pnpm run icons:svgo && pnpm fantasticon && pnpm run icons:apply && pnpm run icons:export", "build:tests": "node ./scripts/esbuild.tests.mjs --mode development", - "//": "Extracts the contributions from package.json into contributions.json", + "// Extracts the contributions from package.json into contributions.json": "//", "extract:contributions": "node --experimental-strip-types ./scripts/generateContributions.mts --extract", - "//": "Generates contributions in contributions.json into package.json", + "// Generates contributions in contributions.json into package.json": "//", "generate:contributions": "node --experimental-strip-types ./scripts/generateContributions.mts", - "//": "Generates docs/telemetry-events.md", + "// Generates docs/telemetry-events.md": "//", "generate:docs:telemetry": "node ./scripts/generateTelemetryDocs.mjs", "generate:emoji": "node ./scripts/generateEmojiShortcodeMap.mjs", - "//": "Generates ThirdPartyNotices.txt", + "// Generates ThirdPartyNotices.txt": "//", "generate:licenses": "node ./scripts/generateLicenses.mjs", "bundle": "webpack --mode production", "bundle:extension": "webpack --mode production --config-name extension:node",