update build script name in CONTRIBUTING.md (#5814)

This commit is contained in:
Sachin Raja 2021-10-17 07:09:28 -07:00 committed by GitHub
parent 2bef641909
commit aeaa2a376b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.