1
0
Fork 0
mirror of https://github.com/rharkor/caching-for-turbo.git synced 2025-06-09 09:35:17 +09:00

fix: cleanups

This commit is contained in:
rharkor 2025-04-10 16:11:07 +02:00
parent 46a1ec72af
commit f8d842ad5a
13 changed files with 257 additions and 121 deletions

View file

@ -179,9 +179,15 @@ Example with cleanup configuration:
2. In a separate terminal, execute the tests:
```bash
npm test
npm test -- --cache=remote:rw --no-daemon
```
#### Testing the cleanup script
```bash
npm run cleanup
```
## Licensing
Licensed under the MIT License. For more details, see the [LICENSE](LICENSE)