-
Updated
Feb 9, 2022 - JavaScript
watch
Here are 684 public repositories matching this topic...
I found no other issue with this being asked.
Is your enhancement request related to a problem? Please describe.
<
-
Updated
Jan 27, 2022 - JavaScript
-
Updated
Feb 16, 2022 - Go
-
Updated
Jul 11, 2019 - JavaScript
Not sure if this is the correct way to do it, but I wanted to save a cache script I could easily run.
"cache": {
"desc": "Cache versions and update lock file",
"cmd": "deno cache server.ts --lock-write",
"lock": "./lock.json"
}
The result however when running denon cache is an endless loop instead of just executing it once, looks like this:

