You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background
==========
The build script used `npm bin` to fetch the local bin path for running
`cdk` commands.
See https://docs.npmjs.com/cli/v8/commands/npm-bin
npm version 9 removed the `bin` command so it no longer works.
See npm/cli#5459
Change
======
Changed the way the script gets the npm execution environment.
Added some clean-up to the script to remove the CloudFormation template
staging directory.
Updated the "Copy Dist to S3" guard code so it does not try to copy to
any of the reference buckets.
0 commit comments