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:
parent
46a1ec72af
commit
f8d842ad5a
13 changed files with 257 additions and 121 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue