If I have a script like "compile": "tsup ./app/cli.ts ./app/index.ts --metafile"
and want to pass in more args I can't via the npm run command.
When passing in more args via npm run compile -- --external=@vmngr/libvir
they're ignored since they're passed in quoted.
❯ npm run compile -- --external=@vmngr/libvir
> @unraid/[email protected] compile C:\Users\xo\code\unraid\api
> tsup ./app/cli.ts ./app/index.ts --metafile "--external=@vmngr/libvir"
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too