@rharkor/caching-for-turbo 2.3.7 → 2.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -201881,7 +201881,7 @@ async function cleanup(ctx, tracker) {
|
|
|
201881
201881
|
}
|
|
201882
201882
|
const provider = getProvider(tracker);
|
|
201883
201883
|
if (provider.name === 'github') {
|
|
201884
|
-
|
|
201884
|
+
console.warn('Cleanup options are not available when using the GitHub provider, skipping cleanup');
|
|
201885
201885
|
return;
|
|
201886
201886
|
}
|
|
201887
201887
|
let files = [];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rharkor/caching-for-turbo",
|
|
3
3
|
"description": "Sets up Turborepo Remote Caching to work with GitHub Actions built-in cache",
|
|
4
|
-
"version": "2.3.
|
|
4
|
+
"version": "2.3.8",
|
|
5
5
|
"private": false,
|
|
6
6
|
"homepage": "https://github.com/rharkor/caching-for-turbo",
|
|
7
7
|
"repository": {
|