mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Log cached folder path
This commit is contained in:
parent
6938313141
commit
bb799fd34a
1 changed files with 3 additions and 2 deletions
|
|
@ -4,7 +4,8 @@ import { isObject, isString } from '../type-checks.js'
|
||||||
import {
|
import {
|
||||||
getNetlifyConfig,
|
getNetlifyConfig,
|
||||||
hasCachedPublishFolder,
|
hasCachedPublishFolder,
|
||||||
cachePublishFolder
|
cachePublishFolder,
|
||||||
|
CACHE_PATH
|
||||||
} from './caching.js'
|
} from './caching.js'
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -43,6 +44,6 @@ test('Can cache publish folder', async (t) => {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
t.log('Publish folder has been cached already')
|
t.log(`Cached publish folder at ${ CACHE_PATH }`)
|
||||||
t.pass()
|
t.pass()
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue