Skip to content

Commit 487bb22

Browse files
remove next-aws-lambda install since NoN no longer depends on it (#51)
1 parent 45e3477 commit 487bb22

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: index.js

-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ module.exports = {
2727
const { build } = netlifyConfig
2828
const { scripts = {}, dependencies = {} } = packageJson
2929

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-
3430
if (isStaticExportProject({ build, scripts })) {
3531
return failBuild(`** Static HTML export next.js projects do not require this plugin **`)
3632
}

0 commit comments

Comments
 (0)