Skip to content

Commit

Permalink
[code-infra] Remove rsc-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Jan 21, 2025
1 parent cce1222 commit d0894cf
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 216 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,6 @@ jobs:
- run:
name: '`pnpm proptypes` changes committed?'
command: git add -A && git diff --exit-code --staged
- run:
name: 'Write "use client" directive'
command: pnpm rsc:build
- run:
name: '`pnpm rsc:build` changes committed?'
command: git add -A && git diff --exit-code --staged
- run:
name: Generate the documentation
command: pnpm docs:api
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"docs:mdicons:synonyms": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js,.mjs\" ./docs/scripts/updateIconSynonyms && pnpm prettier",
"docs:zipRules": "cd docs && rm mui-vale.zip && zip -r mui-vale.zip mui-vale && cd ../ && vale sync",
"extract-error-codes": "cross-env MUI_EXTRACT_ERROR_CODES=true lerna run --concurrency 1 build:modern",
"rsc:build": "tsx ./packages/rsc-builder/buildRsc.ts",
"template:screenshot": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" ./docs/scripts/generateTemplateScreenshots",
"install:codesandbox": "pnpm install --no-frozen-lockfile",
"jsonlint": "node ./scripts/jsonlint.mjs",
Expand Down
176 changes: 0 additions & 176 deletions packages/rsc-builder/buildRsc.ts

This file was deleted.

14 changes: 0 additions & 14 deletions packages/rsc-builder/package.json

This file was deleted.

19 changes: 0 additions & 19 deletions packages/rsc-builder/tsconfig.json

This file was deleted.

0 comments on commit d0894cf

Please sign in to comment.