@rharkor/caching-for-turbo 2.3.7 → 2.3.9

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 CHANGED
@@ -201881,8 +201881,7 @@ async function cleanup(ctx, tracker) {
201881
201881
  }
201882
201882
  const provider = getProvider(tracker);
201883
201883
  if (provider.name === 'github') {
201884
- ctx.log.info('Cleanup options are not available when using the GitHub provider, skipping cleanup');
201885
- return;
201884
+ throw new Error('Cleanup options are not available when using the GitHub provider');
201886
201885
  }
201887
201886
  let files = [];
201888
201887
  try {
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.7",
4
+ "version": "2.3.9",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/rharkor/caching-for-turbo",
7
7
  "repository": {