From f9e1846ea67b4e1a9ffb10b0dd5a53c92fe8c189 Mon Sep 17 00:00:00 2001 From: Lindsay Levine Date: Wed, 18 Nov 2020 05:57:59 -0500 Subject: [PATCH] remove next-aws-lambda install since NoN no longer depends on it --- index.js | 4 ---- 1 file changed, 4 deletions(-) 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 **`) }