Skip to content

Commit 87811bd

Browse files
committed
Remove unnecessary functionality
FDP Internal Dashboards removed (keep Subnav component only): - CMRBRoomBookings.stories.tsx - CMRB room booking demo - IPRDashboard.stories.tsx + overview.mdx - IPR dashboard examples - IPRDataModels.mdx - IPR data model documentation - NationalHomepage.stories.tsx - National homepage demo - PODDashboard*.tsx - POD dashboard examples and synthetic data Development/migration scripts removed (22 scripts): - analyze-*.ts - SSR and SPC analysis tools - audit-test-migration.ts - test migration tracking - convert-tests-*.js - React 19 test migration helpers - fix-*.js/ts - one-time syntax/test fixes - prune-stories.ts, repair-pruned-stories.ts - storybook maintenance - distribute/rebase/rolling-roadmap-*.cjs - roadmap tools - transform-roadmap-content.* - content transformation - spc-subtree-sync.sh - SPC sync script - inventory-design-system.ts - design system inventory - ssr-autofix.ts - SSR auto-remediation - test-gradient-sequence.ts, tmp-check-spc.ts - temporary test scripts Updated package.json to remove corresponding npm scripts.
1 parent fde62c9 commit 87811bd

32 files changed

+1
-5981
lines changed

package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -564,9 +564,6 @@
564564
"typecheck": "tsc --noEmit -p tsconfig.build.json",
565565
"build:fast": "npm run build:tokens:smart && vite build --config config/vite.multi.config.ts --emptyOutDir=false",
566566
"clean:dist": "rimraf dist && mkdir dist",
567-
"analyze:ssr": "npx tsx scripts/analyze-ssr.ts",
568-
"analyze:ssr:verbose": "npx tsx scripts/analyze-ssr.ts ./src/components ./ssr-analysis-report",
569-
"fix:ssr:quickwins": "npx tsx scripts/ssr-autofix.ts",
570567
"test:ssr": "vitest run tests/ssr-analysis/",
571568
"examples:build": "npm run build:parity",
572569
"examples:generate:html": "tsx scripts/generate-static-html-examples.ts",
@@ -582,10 +579,6 @@
582579
"examples:express:start": "npm run examples:build && node examples/express-njk/server.mjs",
583580
"examples:express:serve": "node examples/express-njk/server.mjs",
584581
"test:runtime": "npm run examples:build && npm run examples:generate:html && DS_FORCE_RESPAWN=1 DS_KILL_STALE=1 DS_RUNTIME_FAST=1 DS_NEXT_DEV=1 DS_RUNTIME_DEBUG=1 DS_SERVER_START_TIMEOUT=25000 playwright test tests/runtime --workers=1",
585-
"stories:prune": "tsx scripts/prune-stories.ts",
586-
"stories:prune:dry": "tsx scripts/prune-stories.ts --dry-run",
587-
"stories:repair": "tsx scripts/repair-pruned-stories.ts",
588-
"docs:fix-mdx": "tsx scripts/fix-autodocs-mdx.ts",
589582
"preversion": "npm run check:tokens && npm run lint && npm run test:ssr-components && npm test && npm run build:parity",
590583
"preversion:smoke": "npm run check:tokens && npm run lint && npm run test:ssr-components && npm run test:smoke && npm run build:parity",
591584
"version": "git add .",
@@ -599,8 +592,7 @@
599592
"release:major": "npm version major -m 'chore(release): %s'",
600593
"release:prerelease": "npm version prerelease --preid=alpha -m 'chore(release): %s'",
601594
"release:prerelease:beta": "npm version prerelease --preid=beta -m 'chore(release): %s'",
602-
"check:tokens": "node scripts/check-token-collisions.cjs",
603-
"inventory": "tsx scripts/inventory-design-system.ts --md inventory.md --json inventory.json"
595+
"check:tokens": "node scripts/check-token-collisions.cjs"
604596
},
605597
"keywords": [],
606598
"author": "Fergus Bisset",

scripts/analyze-logic-v2-exports.ts

Lines changed: 0 additions & 276 deletions
This file was deleted.

0 commit comments

Comments
 (0)