Skip to content

Commit

Permalink
fix(core): fix powerpack fs cache package name
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Sep 19, 2024
1 parent 7d0d834 commit b97036f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/src/tasks-runner/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export class DbCache {
private async getPowerpackSharedCache(): Promise<RemoteCacheV2 | null> {
try {
const { getRemoteCache } = await import(
this.resolvePackage('@nx/powerpack-shared-cache')
this.resolvePackage('@nx/powerpack-shared-fs-cache')
);
return getRemoteCache();
} catch {
Expand Down

0 comments on commit b97036f

Please sign in to comment.