jetbridge / cdk-nextjs

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

fix: use powershell when creating archives #167

Closed ApocDev closed 8 months ago

ApocDev commented 8 months ago

Compress-Archive requires powershell as the host shell

Fixes #166

bestickley commented 8 months ago

@ApocDev, could you run yarn build and push changes? CI failed. See the error message in GitHub actions.

bestickley commented 8 months ago

Fixed in #171