Revert "cli: include entire cli folder for cache invalidation"
This reverts commit 870882741c.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -216,7 +216,7 @@ export async function createConfig(
|
||||
cache: {
|
||||
type: 'filesystem',
|
||||
buildDependencies: {
|
||||
config: [`${cliPaths.ownDir}/`],
|
||||
config: [__filename],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user