Deno task files
#18292
Replies: 1 comment
-
|
This was asked previously and our recommendation for this is to just write JS/TS script that needs to do a lot of commands and call that script from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It could be nice to be able to write a multi-line task in a task file instead of one-liner task in the deno configuration file.
For instance a file named
build:instead of:
{ "tasks": { "build": "command1; command2; command3; ..." } }The task file could be run as follows:
Because we use a shebang, we could also write:
Beta Was this translation helpful? Give feedback.
All reactions