mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
fix command name (#3297)
command was changed from `prepare` to `prepublishOnly` here:
bc3c8bfbc4
This commit is contained in:
parent
251c8d2490
commit
049981fcc0
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user