Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove local execution requirement for npm_package's create_package (#…
…1443) * fix(builtin): remove local execution requirement for npm_package assembly action Removing the execution_requirement of local execution as this ends up being more costly when in a fully remote cachable tree of actions. * fix(builtin): add an indentifying mnemonic to create_package run action Adds a mnemonic to npm_package's create_package run action to allow it to be more easily/better identified.
- Loading branch information
b4782b8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, this change broke our release - like it says,
.pack
and.publish
were relying on this to avoid having the outputs go into a transient sandbox outdir.@gregmagolan I'm hacking around this to get today's release out the door but it needs a more principled sol'n and also we should have a test on CI that runs the
.pack
command under Bazel run so we have some coverage