powertools-lambda-typescript
powertools-lambda-typescript copied to clipboard
Bug (layers): release process is broken
Bug description
Similar to what happened with #1046 the addition of the layer-publisher folder caused some issues with the release workflow making it fail.
Expected Behavior
The release process should carry on as expected.
Current Behavior
The new folder was added to the lerna context, so that every time a lerna ... command is run, that same command is also run in that folder. This is not an issue, but since we were not actually installing the dependencies of that folder the whole process would fail.
Possible Solution
Add a step that installs the dependencies.
Steps to Reproduce
Run the workflow.
Environment
- Powertools version used:
main - Packaging format (Layers, npm): N/A
- AWS Lambda function runtime: N/A
- Debugging logs: N/A
Related issues, RFCs
#826