-
Notifications
You must be signed in to change notification settings - Fork 161
Closed
Labels
completedThis item is complete and has been merged/shippedThis item is complete and has been merged/shippedinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)
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
> aws-lambda-powertools-typescript@0.0.1 package
> npm run package
> aws-lambda-powertools-typescript@0.0.1 package
> npm run package
> aws-lambda-powertools-typescript@0.0.1 package
> npm run package
> aws-lambda-powertools-typescript@0.0.1 package
> npm run package
> aws-lambda-powertools-typescript@0.0.1 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
Metadata
Metadata
Assignees
Labels
completedThis item is complete and has been merged/shippedThis item is complete and has been merged/shippedinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)