Skip to content

Commit 4bbe0ad

Browse files
authored
Merge pull request #33 from netlify/chore/netlify-config
Remove `netlifyConfig` check
2 parents 5ed516f + 8f95a8b commit 4bbe0ad

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ module.exports = {
2121
return
2222
}
2323

24-
if (!netlifyConfig) {
25-
failBuild(`Could not find a Netlify configuration for this project`)
26-
return
27-
}
28-
2924
const { build } = netlifyConfig
3025
const { scripts = {}, dependencies = {} } = packageJson
3126

0 commit comments

Comments
 (0)