chore(cli): update task to launch main cli
This commit is contained in:
parent
44e3336fa4
commit
c221370973
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"tasks": {
|
||||
"compile:send": "deno compile --allow-read --allow-env --allow-sys=osRelease --allow-run=mail,whoami ./cli/send.ts",
|
||||
"cli:send": "deno run --allow-read --allow-env --allow-sys=osRelease,networkInterfaces --allow-run=/usr/sbin/sendmail,whoami ./cli/send.ts",
|
||||
"cli": "deno run --allow-read --allow-env --allow-sys=osRelease,networkInterfaces --allow-run=/usr/sbin/sendmail,whoami ./cli.ts",
|
||||
"utils:scp": "scp -O -P 55555 -i C:/Users/Julien/.ssh/id_ed25519_cohabit -r $(pwd) julien@cohabit.fr:/home/julien/cohabit_mail"
|
||||
},
|
||||
"fmt": {
|
||||
|
|
Loading…
Reference in a new issue