We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b231e commit fa81a88Copy full SHA for fa81a88
lib/cache.js
@@ -2,6 +2,6 @@ const Cache = require("sync-disk-cache");
2
const getRepoInfo = require("git-repo-info");
3
4
const gitInfo = getRepoInfo();
5
-const cache = new Cache(`native-class-codemod-${gitInfo.sha}`);
+const cache = new Cache(`native-class-codemod-${gitInfo.sha}-${process.cwd()}`);
6
7
module.exports = cache;
0 commit comments