Setup netlify-plugin-cache-folder

This commit is contained in:
Sam Carlton 2021-06-11 16:28:45 -05:00
parent fb17befafd
commit 85254fe0f4
4 changed files with 10 additions and 4 deletions

View file

@ -26,7 +26,7 @@ test('Can cache publish folder', async (t) => {
// we check if a cached file already exists
if ( await hasCachedPublishFolder() ) {
t.log('Publish folder has been cached already')
t.log(`Found cached publich folder at ${ CACHE_PATH }`)
t.pass()
return