Closed
Description
Expected Behaviour
the main package.json has a script package
.
Excepted behavior is that it will package the entire workspace.
Current Behaviour
Currently it goes in a recursive loop
> [email protected] package
> npm run package
> [email protected] package
> npm run package
> [email protected] package
> npm run package
> [email protected] package
> npm run package
> [email protected] package
> npm run package
Code snippet
npm run package
Steps to Reproduce
on the root directory of aws-lambda-powertools-typescript
run
npm install
npm run package
Possible Solution
No response
AWS Lambda Powertools for TypeScript version
latest
AWS Lambda function runtime
18.x
Packaging format used
npm
Execution logs
No response