11 lines
282 B
Markdown
11 lines
282 B
Markdown
|
|
# @mui/internal-scripts
|
||
|
|
|
||
|
|
This is that code infra scripts for the MUI organization repositories.
|
||
|
|
It is not meant for general use.
|
||
|
|
|
||
|
|
## Scripts
|
||
|
|
|
||
|
|
- `build` - transpiles TypeScript files into the build directory.
|
||
|
|
- `test` - runs all the tests.
|
||
|
|
- `typescript` - checks validity of types.
|