Skip to content

Maintenance: npm script package is incorrect #1343

Closed
@Muthuveerappanv

Description

@Muthuveerappanv

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

Metadata

Metadata

Labels

completedThis item is complete and has been merged/shippedinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions