Skip to content

Commit 8f95a8b

Browse files
committed
Remove netlifyConfig check
1 parent 2849dc5 commit 8f95a8b

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
@@ -23,11 +23,6 @@ module.exports = {
2323
return
2424
}
2525

26-
if (!netlifyConfig) {
27-
failBuild(`Could not find a Netlify configuration for this project`)
28-
return
29-
}
30-
3126
const { build } = netlifyConfig
3227
const { scripts = {}, dependencies = {} } = packageJson
3328

0 commit comments

Comments
 (0)