From 143ea4759fa32bcd32ff983caeaec08929a52e80 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 23 May 2024 11:39:48 -0400 Subject: feat(task): run `npm run` commands with Deno more often (#23794) Closes #23036 --- tests/specs/task/npm_run/task_test.out | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/specs/task/npm_run/task_test.out (limited to 'tests/specs/task/npm_run/task_test.out') diff --git a/tests/specs/task/npm_run/task_test.out b/tests/specs/task/npm_run/task_test.out new file mode 100644 index 000000000..f3d7398d9 --- /dev/null +++ b/tests/specs/task/npm_run/task_test.out @@ -0,0 +1,3 @@ +Task test npm run echo hi there +Task echo echo "hi" "there" +hi there -- cgit v1.2.3