zsstiers

Results 5 issues of zsstiers

### Describe the bug Custom --pack-commands may not work correctly in monorepos with bundled dependencies. This is caused by the package manager losing important context when the copy is made...

bug
p2

The bump and unbump tasks interfere with each other's environment variables. For example, if you do ``` project.tasks.tryFind("bump")?.env("EXAMPLE", "foo"); ``` you will find that `"EXAMPLE": "foo"` appears in both the...

bug

Intuitively it seems like ``` const echoTask = project.addTask("echo-example", { exec: 'echo "$ECHO_EXAMPLE"', }); project.addTask("example").spawn(echoTask, { env: { ECHO_EXAMPLE: "Hello world" } }); ``` should emit "Hello world" to stdout...

## Problem Some files, such as .npmrc, can contain a combination of information that should be checked in and some which should not. For example, "resolution-mode=highest" should be checked in...

enhancement
needs-investigation
needs-rfc

### Description Support passing unresolved strings to appliesTo. ### Use Case This commonly applies to cases where L2 constructs add wildcard resources to roles. For example, the .grantInvoke method on...

feature-request