Skip to content

Commit aeaa2a3

Browse files
authored
update build script name in CONTRIBUTING.md (#5814)
1 parent 2bef641 commit aeaa2a3

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
@@ -27,7 +27,7 @@ npm run style -- --fix
2727
You can run the test suite using the following commands:
2828

2929
```sh
30-
npm run babelify && npm test
30+
npm run swcify && npm test
3131
```
3232

3333
Please ensure that the tests are passing when submitting a pull request. If you're adding new features to Tailwind, please include tests.

0 commit comments

Comments
 (0)