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:
Patrik Oldsberg
2022-12-28 10:59:00 +01:00
parent 870882741c
commit 25423150a2
+1 -1
View File
@@ -216,7 +216,7 @@ export async function createConfig(
cache: {
type: 'filesystem',
buildDependencies: {
config: [`${cliPaths.ownDir}/`],
config: [__filename],
},
},
}