Fix test rebuilding with existing directory

This commit is contained in:
Sam Carlton 2021-06-11 13:03:02 -05:00
parent bb799fd34a
commit 3337435a15

View file

@ -28,6 +28,8 @@ test('Can cache publish folder', async (t) => {
if ( await hasCachedPublishFolder() ) {
t.log('Publish folder has been cached already')
t.pass()
return
}
t.log('No prexisting cache folder found')