diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index cfd8d5c24..3179fb5a8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -27,7 +27,7 @@ npm run style -- --fix You can run the test suite using the following commands: ```sh -npm run babelify && npm test +npm run swcify && npm test ``` Please ensure that the tests are passing when submitting a pull request. If you're adding new features to Tailwind, please include tests.