summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/task
AgeCommit message (Expand)Author
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci
2024-01-08fix(task): do not eagerly auto-install packages in package.json when `"nodeMo...David Sherret
2023-10-12chore(task): remove warning for npm "scripts" (#20880)Nayeem Rahman
2023-09-14refactor: remove `DENO_UNSTABLE_NPM_SYNC_DOWNLOAD` and custom sync functional...David Sherret
2023-09-14chore(tests): ability to pattern match unordered lines (#20488)David Sherret
2023-05-18fix(npm): run pre and post tasks if present (#19178)Marvin Hagemeister
2023-05-01refactor(cli): remove ProcState - add CliFactory (#18900)David Sherret
2023-03-13fix(npm): show a progress bar when initializing the node_modules folder (#18136)David Sherret
2023-02-24fix(npm): lazily install package.json dependencies only when necessary (#17931)David Sherret
2023-02-23feat(task): adjust warning (#17904)Bartek Iwańczuk
2023-02-23feat(task): add warning about package.json scripts support (#17900)Bartek Iwańczuk
2023-02-22feat(task): support scripts in package.json (#17887)David Sherret
2022-11-24fix(task): output encoding issues on windows (#16794)David Sherret
2022-10-18feat(task): remove warning about being unstable (#16281)Bartek Iwańczuk
2022-10-15feat(unstable/task): add `INIT_CWD` env var (#16110)David Sherret
2022-06-08feat(task): add `--cwd` flag for configuring the working directory (#14823)Kayla Washburn
2022-05-23fix: read raw stdin to prevent buffering (regression) (#14704)David Sherret
2022-05-23fix: deno task should actually use current exe for `deno` command (#14705)David Sherret
2022-03-15feat(task): add unstable warning to `deno task` (#13966)David Sherret
2022-03-12feat(task): log task script (#13922)Bartek Iwańczuk
2022-03-10feat: "deno task" subcommand (#13725)Bartek Iwańczuk