From a26f1da278424b87f606854d4be02bca0645a738 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sun, 27 Feb 2022 12:53:52 -0600 Subject: [PATCH] Use fs-extra --- build-lists.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-lists.js b/build-lists.js index cd0e014..618e5c3 100644 --- a/build-lists.js +++ b/build-lists.js @@ -1,4 +1,4 @@ -import { promises as fs } from 'fs' +import fs from 'fs-extra' import dotenv from 'dotenv' import buildAppList from './helpers/build-app-list.js'