Skip to content

Commit

Permalink
changes after CR
Browse files Browse the repository at this point in the history
  • Loading branch information
filip131311 committed Nov 13, 2024
1 parent 3e347c2 commit cd19698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode-extension/src/builders/BuildManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export class BuildManager {
);
}

await buildCache.storeCache(buildFingerprint, buildResult);
await buildCache.storeBuild(buildFingerprint, buildResult);

return buildResult;
};
Expand Down

0 comments on commit cd19698

Please sign in to comment.