-
Notifications
You must be signed in to change notification settings - Fork 156
Maintenance: npm script package
is incorrect
#1343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
package
is incorrect
Hi Muthu, thank you for opening this issue. You are right, in its current form the command is broken and causes a recursion. I think the issue went unnoticed because we don't really use the command as we use I am also changing the categorization of the issue from bug to maintenance as the issue doesn't affect runtime behavior (read is this a bug?). Nevertheless, I think for the time being we should fix this. Note: I see that you have already opened a PR, thank you for the bias for action. Next time however, please consider waiting until one of the maintainers has triaged the issue before moving onto a PR. |
Thank you @dreamorosi, and appreciate the explanation of the PR & Issue process, point noted 👍 |
Thank you for understanding and again, appreciate the help! PR looks good now, I have approved it and will merge it later today. |
* fix worspace package script fixes - #1343 * fix review comments, skip package for docs snippets --------- Co-authored-by: Muthu Venkatachalam <[email protected]>
|
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
Code snippet
npm run package
Steps to Reproduce
on the root directory of
aws-lambda-powertools-typescript
run
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
The text was updated successfully, but these errors were encountered: