diff --git a/build-lists.js b/build-lists.js index cc9b4b0..542fb49 100644 --- a/build-lists.js +++ b/build-lists.js @@ -222,12 +222,7 @@ class BuildLists { const endpointPath = `./static/api${endpoint}.json` const endpointDirectory = dirname(endpointPath) - // Stop if the endpoint is already exists - if (fs.existsSync(endpointPath)) { - console.log(`Path "${endpointPath}" already exists`) - - return - } + // console.log(`Saving endpoint "${endpoint}" to "${endpointPath}"`)