From ed48ea339bc103b0892c93a89cd2bcde395d05ec Mon Sep 17 00:00:00 2001 From: Sam Sycamore <71297412+samuelsycamore@users.noreply.github.com> Date: Thu, 9 Jun 2022 17:36:45 -0500 Subject: [PATCH] markdownlint and prettier --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5bb22381c3f654..c2fd15388ed932 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -294,7 +294,7 @@ $packages\mui-material> cd ./build $packages\mui-material> npm pack ``` -Navigate to the build folder of your respective package and locate a file with the format `mui-material-x.x.x.tar.gz`. +Navigate to the build folder of your respective package and locate a file with the format `mui-material-x.x.x.tar.gz`. Copy this file and move it to the project directory you want to test in, then run: ```sh @@ -302,7 +302,7 @@ $test-project> npm i ./path-to-file/mui-material-x.x.x.tar.gz ``` :::info -If you have already installed this package, your changes will not be reflected when you reinstall it. +If you have already installed this package, your changes will not be reflected when you reinstall it. As a quick fix, you can temporarily bump the version number in your `package.json` before running `yarn build`. :::