Remove rootDir from cache path

This commit is contained in:
Sam Carlton 2021-06-11 16:57:51 -05:00
parent 146d7cf8dc
commit 442b418051

View file

@ -14,7 +14,7 @@ import { isNetlify, rootDir } from '../environment.js'
// : path.join(rootDir, '.app_build_cache')//path.resolve(__dirname, '.app_build_cache')
export const CACHE_PATH = path.join(rootDir, '_cache')
export const CACHE_PATH = path.join('_cache')
export async function getNetlifyConfig () {