From 049981fcc040e7ed24eecef94347e33aac9cd604 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Fri, 29 Jan 2021 13:41:00 -0600 Subject: [PATCH] fix command name (#3297) command was changed from `prepare` to `prepublishOnly` here: https://github.com/tailwindlabs/tailwindcss/commit/bc3c8bfbc4e79a6a7c73baed87de26952f8ee0e5 --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 704597620..35cd0c104 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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: