From 8f95a8b7bdf6f4ef1da23c739c46137d2ce2ac1c Mon Sep 17 00:00:00 2001 From: ehmicky Date: Fri, 13 Nov 2020 18:37:20 +0100 Subject: [PATCH] Remove `netlifyConfig` check --- index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/index.js b/index.js index d994efbdbe..64c5cfb1a2 100644 --- a/index.js +++ b/index.js @@ -23,11 +23,6 @@ module.exports = { return } - if (!netlifyConfig) { - failBuild(`Could not find a Netlify configuration for this project`) - return - } - const { build } = netlifyConfig const { scripts = {}, dependencies = {} } = packageJson