We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e3477 commit 487bb22Copy full SHA for 487bb22
index.js
@@ -27,10 +27,6 @@ module.exports = {
27
const { build } = netlifyConfig
28
const { scripts = {}, dependencies = {} } = packageJson
29
30
- // TO-DO: Post alpha, try to remove this workaround for missing deps in
31
- // the next-on-netlify function template
32
- await utils.run.command('npm install next-aws-lambda')
33
-
34
if (isStaticExportProject({ build, scripts })) {
35
return failBuild(`** Static HTML export next.js projects do not require this plugin **`)
36
}
0 commit comments