Feature request: Skip npm install #7847
Labels
stage/needs-feedback
Needs feedback from the community (are you also interested in/experiencing this?)
type/feature
Feature request
Describe your idea/feature/enhancement
As we have our own esbuild SAM build shoud not run npm install. Also, npm install does not seem to work with a monorepo. It tries to fetch the files from npm registry and thus requires .npmrc in all nested stacks. So, please add a flag to skip npm install. Would also be nice to be able to specify for some nested stacks that no build is needed as they are run in Docker containers.
Proposal
Additional Details
The text was updated successfully, but these errors were encountered: