diff --git a/index.js b/index.js index c44a208976..ff02ea4a77 100644 --- a/index.js +++ b/index.js @@ -29,10 +29,6 @@ module.exports = { const { build } = netlifyConfig const { scripts = {}, dependencies = {} } = packageJson - // TO-DO: Post alpha, try to remove this workaround for missing deps in - // the next-on-netlify function template - await utils.run.command('npm install next-aws-lambda') - if (isStaticExportProject({ build, scripts })) { return failBuild(`** Static HTML export next.js projects do not require this plugin **`) }