Try with static cache key
parent
159547a87d
commit
faff46aead
|
@ -8,7 +8,7 @@ class Cache {
|
|||
static get libraryKey() {
|
||||
const { projectPath } = Input.getFromUser();
|
||||
|
||||
return `${projectPath}`;
|
||||
return `alwaysthesame`;
|
||||
}
|
||||
|
||||
static async load() {
|
||||
|
|
Loading…
Reference in New Issue