summaryrefslogtreecommitdiff
path: root/tests/specs/task
AgeCommit message (Expand)Author
2024-09-15fix(cli): `deno task` exit with status 0 (#25637)Divy Srivastava
2024-09-11chore: deprecate task itests (#25558)HasanAlrimawi
2024-09-03fix(task): correct name for scoped npm package binaries (#25390)David Sherret
2024-08-31chore: remove DENO_FUTURE=1 from spec tests (#25329)Bartek Iwańczuk
2024-08-30refactor: remove DENO_FUTURE (#25314)David Sherret
2024-08-30BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)Bartek Iwańczuk
2024-07-25fix(unstable): move sloppy-import warnings to lint rule (#24710)David Sherret
2024-07-19fix(cli): Respect implied BYONM from DENO_FUTURE in `deno task` (#24652)Nathan Whitaker
2024-07-09fix: add warning for invalid unstable feature use in deno.json/jsonc (#24120)HasanAlrimawi
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-06-06fix(cli): Overwrite existing bin entries in `node_modules` (#24123)Nathan Whitaker
2024-05-29fix(task): always use `npm` for `npm run` with flags (#24028)Marvin Hagemeister
2024-05-23fix(npm): set up node_modules/.bin/ entries for package that provide bin entr...Bartek Iwańczuk
2024-05-23feat(task): run `npm run` commands with Deno more often (#23794)David Sherret
2024-05-21fix(task): do not error if node_modules folder not exists (#23920)David Sherret
2024-05-09fix(task): regression where `npx <command>` sometimes couldn't find command (...David Sherret
2024-04-20feat(task): support running npm binary commands in deno.json (#23478)David Sherret
2024-03-27feat(task): Task description in the form of comments (#23101)Nathan Whitaker