From aeaa2a376baff2bc70fba2ac641705e949da5eb6 Mon Sep 17 00:00:00 2001 From: Sachin Raja Date: Sun, 17 Oct 2021 07:09:28 -0700 Subject: [PATCH] update build script name in CONTRIBUTING.md (#5814) --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.