fix command name (#3297)

command was changed from `prepare` to `prepublishOnly` here:

bc3c8bfbc4
This commit is contained in:
Andrew Brown 2021-01-29 13:41:00 -06:00 committed by Adam Wathan
parent 251c8d2490
commit 049981fcc0

View File

@ -37,7 +37,7 @@ Please ensure that the tests are passing when submitting a pull request. If you'
In addition to the automated tests, if you'd like to test the generated CSS manually with your own test HTML file, you can generate the default build by running:
```sh
npm run prepare
npm run prepublishOnly
```
This will create new CSS files in the `/dist` folder which you can reference in your own test HTML file. We often test our own changes by creating an `index.html` file in the root of the Tailwind project itself that pulls in the `/dist/tailwind.css` stylesheet: