Skip to content

Commit

Permalink
markdownlint and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsycamore committed Jun 9, 2022
1 parent c3826d7 commit ed48ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,15 +294,15 @@ $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
$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`.
:::

Expand Down

0 comments on commit ed48ea3

Please sign in to comment.