Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add eslint-plugin-tailwind + eslint caches #1876

Merged
merged 10 commits into from
May 19, 2022
Prev Previous commit
Next Next commit
docs: mention global cache cleanup
  • Loading branch information
belgattitude committed May 19, 2022
commit 41f8d0a3baf5850f979943ce82f60630f09d5b03
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ Some convenience scripts can be run in any folder of this repo and will call the
| `yarn g:build` | Clean every caches and dist folders in all apps & packages |
| `yarn g:clean` | Add a changeset |
| `yarn g:check-dist` | Ensure build dist files passes es2017 (run `g:build` first). |
| `yarn clean:global-cache` | Clean tooling caches (eslint, jest...) |
| `yarn deps:check --dep dev` | Will print what packages can be upgraded globally (see also [.ncurc.yml](https://github.com/sortlist/packages/blob/main/.ncurc.yml)) |
| `yarn deps:update --dep dev` | Apply possible updates (run `yarn install && yarn dedupe` after) |
| `yarn check:install` | Verify if there's no dependency missing in packages |
Expand Down