glamorous-knife-59091
05/26/2023, 6:56 PMexperimental_shell_command
to run part of an npm install
to produce an asset that I need to put into a pex binary. I can't figure out how to get the pex_binary to include the output of the shell command (set with the outputs
param). I could get it into the docker image separately, but I really do need it in the binary if possible. Is there something simple I'm missing?wide-midnight-78598
05/26/2023, 7:04 PMpnpm
recipe I use right now, maybe it could be of some help?wide-midnight-78598
05/26/2023, 7:04 PMwide-midnight-78598
05/26/2023, 7:06 PMglamorous-knife-59091
05/26/2023, 7:08 PMwide-midnight-78598
05/26/2023, 7:10 PMwide-midnight-78598
05/26/2023, 7:11 PMglamorous-knife-59091
05/26/2023, 7:11 PMresources(sources=["*.js", "*.css", "storybook:css:dist/assets/custom-assets.css"], dependencies=["storybook:css"])
I don't get warnings from that syntax, but the resource doesn't look like it is actually defined as expectedwide-midnight-78598
05/26/2023, 7:12 PMglamorous-knife-59091
05/26/2023, 7:14 PMglamorous-knife-59091
05/26/2023, 10:10 PM