jetbridge / cdk-nextjs

Deploy a NextJS application using AWS CDK
https://constructs.dev/packages/cdk-nextjs-standalone
Apache License 2.0
260 stars 43 forks source link

fix: destroy with no bundling #193

Closed onhate closed 6 months ago

onhate commented 6 months ago

Fixes https://github.com/jetbridge/cdk-nextjs/issues/175

it works :) image

bestickley commented 6 months ago

@onhate, from build logs:

::error::Files were changed during build (see build log). If this was triggered from a fork, you will need to update your branch.

Try running yarn build, then pushing changes. That should fix issue.

For forks, projen CI template requires you to run yarn build for any doc changes (and function/class signature changes).