diff --git a/dist/index.js b/dist/index.js index c61ceab..1e543bd 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/src/pnpm-store-prune/index.ts b/src/pnpm-store-prune/index.ts index 5b1a2dd..1e1d6de 100644 --- a/src/pnpm-store-prune/index.ts +++ b/src/pnpm-store-prune/index.ts @@ -5,7 +5,7 @@ import { patchPnpmEnv } from '../utils' export function pruneStore(inputs: Inputs) { if (inputs.runInstall.length === 0) { - console.log('Pruning is unnecessary.') + console.log('No install commands were run, skipping pnpm store prune, remember to run it after pnpm install if caching the store.') return }