mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Added guidelines before running 'npm run test' used to prevent test failure in CONTRIBUTING.md (#4728)
* Added guidelines before running 'npm run test' used to prevent test failure * Update .github/CONTRIBUTING.md Co-authored-by: Geshi <ohayo@geshii.moe> * Update .github/CONTRIBUTING.md Co-authored-by: Sachin Raja <58836760+sachinraja@users.noreply.github.com> * Update CONTRIBUTING.md Co-authored-by: Geshi <ohayo@geshii.moe> Co-authored-by: Sachin Raja <58836760+sachinraja@users.noreply.github.com> Co-authored-by: Adam Wathan <adam.wathan@gmail.com>
This commit is contained in:
parent
57e504d4cc
commit
df011dc9b4
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@ -27,7 +27,7 @@ npm run style -- --fix
|
||||
You can run the test suite using the following commands:
|
||||
|
||||
```sh
|
||||
npm test
|
||||
npm run babelify && 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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user