Skip to content

Files

Latest commit

0292d6b · Apr 20, 2025

History

History

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 24, 2025
Feb 20, 2024
Mar 15, 2024
Mar 16, 2024
Apr 20, 2025
Feb 20, 2024
Feb 20, 2024
Mar 15, 2024

@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.
  • release:publish - builds the project and publishes it in the npm registry.
  • release:publish:dry-run - builds the project and publishes it in a local registry accessible on port 4873 (this is the default port of Verdaccio private npm server).
  • test - runs all the tests.
  • typescript - checks validity of types.