ReferenceFor contributorsThe Morio MonorepoRun scriptsci:prettierci:prettierThe ci:prettier run script runs the Prettier JavaScript code formatter on the monorepo. Run npm run ci:prettier in the monorepo root to trigger this script. Under the hood, this will run: Terminalnpm run prettier In other words npm run ci:prettier is an alias of npm run prettier. See prettier.