Skip to content

Commit 45d1c97

Browse files
authored
fix command name (#3297)
command was changed from `prepare` to `prepublishOnly` here: bc3c8bf
1 parent e6dde19 commit 45d1c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Please ensure that the tests are passing when submitting a pull request. If you'
3737
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:
3838

3939
```sh
40-
npm run prepare
40+
npm run prepublishOnly
4141
```
4242

4343
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:

0 commit comments

Comments
 (0)