diff --git a/cachebro/dot.yaml b/cachebro/dot.yaml index 0363d14..ae69e36 100644 --- a/cachebro/dot.yaml +++ b/cachebro/dot.yaml @@ -1,11 +1,15 @@ windows: installs: - cmd: pnpm i -g cachebro@latest + cmd: | + pnpm i -g cachebro@latest + cachebro init depends: - pnpm linux|darwin: installs: - cmd: pnpm i -g cachebro@latest + cmd: | + pnpm i -g cachebro@latest + cachebro init depends: - pnpm