deno per package cache derivations + hashes
This commit is contained in:
parent
9c18a0c924
commit
f459ec8b78
9 changed files with 203 additions and 133 deletions
|
|
@ -8,7 +8,7 @@
|
|||
format = "HJSON";
|
||||
react = "push";
|
||||
};
|
||||
jq_filter = {
|
||||
jqFilter = {
|
||||
format = "string";
|
||||
react = "push";
|
||||
};
|
||||
|
|
@ -20,6 +20,13 @@
|
|||
react = "push";
|
||||
};
|
||||
};
|
||||
|
||||
cache-command = "deno cache --reload main.ts";
|
||||
|
||||
build = {
|
||||
hashFiles = [ ./deno.json ./deno.lock ];
|
||||
cacheCommand = "deno cache --frozen main.ts";
|
||||
knownHashes = {
|
||||
"sha1-gSeoE0sSj+dFQ7SUoyaQV0X/KJE=" =
|
||||
"sha256-0ZfdWVfShbhgAoSse9vEpFPRh5XTTVjgxGMmezwon9I=";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue