Skip to content

Commit

Permalink
See if exec will allow sciduct login prompt to show (etc.).
Browse files Browse the repository at this point in the history
  • Loading branch information
bdklahn committed Mar 28, 2024
1 parent d3802ff commit 776c993
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions node.scif
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
This app exposes the nodejs binary/env

%apprun node
micromamba run --name node_env node $@
exec micromamba run --name node_env node $@

%appinstall sciduct
micromamba run --name node_env npm install -g sciduct-cli
micromamba run --name node_env npm install -g sciduct-cli

%apphelp sciduct
SciDuct CLI

%apprun sciduct
micromamba run --name node_env sciduct $@
exec micromamba run --name node_env sciduct $@

0 comments on commit 776c993

Please sign in to comment.