From 8df1ddbdf73f85aa296b05aa0e7913c5f011b8d5 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 21 Nov 2020 16:43:41 -0600 Subject: [PATCH] Add return to storeAppList --- nuxt.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nuxt.config.js b/nuxt.config.js index 79cb37f..bc5b7c5 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -27,6 +27,8 @@ const storeAppList = async function (builder) { // console.log('builder.nuxt.options', builder.nuxt.options) await fs.writeFile(appListPath, JSON.stringify(appList)) await fs.writeFile(gamesListPath, JSON.stringify(gamesList)) + + return }