diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-23 11:39:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-23 15:39:48 +0000 |
| commit | 143ea4759fa32bcd32ff983caeaec08929a52e80 (patch) | |
| tree | b233ff92f0c8da00a3f74ba795298f69923ea213 /tests/specs/task/npm_run/task_test.out | |
| parent | 0b8deca08b9257c41055b4f34ebdaf1459b2de89 (diff) | |
feat(task): run `npm run` commands with Deno more often (#23794)
Closes #23036
Diffstat (limited to 'tests/specs/task/npm_run/task_test.out')
| -rw-r--r-- | tests/specs/task/npm_run/task_test.out | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
