diff options
Diffstat (limited to 'tests/specs/task/npm_run/deno.jsonc')
-rw-r--r-- | tests/specs/task/npm_run/deno.jsonc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/specs/task/npm_run/deno.jsonc b/tests/specs/task/npm_run/deno.jsonc index bd6dde873..e923b063c 100644 --- a/tests/specs/task/npm_run/deno.jsonc +++ b/tests/specs/task/npm_run/deno.jsonc @@ -6,6 +6,7 @@ // currently this will execute using the actual `npm run` because we // haven't implemented the flags for `npm run` yet "test_using_npm": "npm run non_existent -- --ignore-scripts", - "npm_run": "npm run" + "npm_run": "npm run", + "npm_run_args": "npm run -d echo" } } |