mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 17:05:07 +03:00
lol k, deno immutable cache foils us again
Breaks our self-hosted runners since they keep the previous deno cache (which could break builds for other packages that use deno TBH /cc @jheider).
This commit is contained in:
parent
a45f0aac80
commit
5e5016d20d
1 changed files with 9 additions and 9 deletions
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"imports": {
|
"imports": {
|
||||||
"prefab": "https://raw.githubusercontent.com/teaxyz/cli/v0/src/prefab/index.ts",
|
"prefab": "https://raw.githubusercontent.com/teaxyz/cli/v0.18.1/src/prefab/index.ts",
|
||||||
"semver": "https://raw.githubusercontent.com/teaxyz/cli/v0/src/utils/semver.ts",
|
"semver": "https://raw.githubusercontent.com/teaxyz/cli/v0.18.1/src/utils/semver.ts",
|
||||||
"hooks": "https://raw.githubusercontent.com/teaxyz/cli/v0/src/hooks/index.ts",
|
"hooks": "https://raw.githubusercontent.com/teaxyz/cli/v0.18.1/src/hooks/index.ts",
|
||||||
"utils": "https://raw.githubusercontent.com/teaxyz/cli/v0/src/utils/index.ts",
|
"utils": "https://raw.githubusercontent.com/teaxyz/cli/v0.18.1/src/utils/index.ts",
|
||||||
"path": "https://raw.githubusercontent.com/teaxyz/cli/v0/src/vendor/Path.ts",
|
"path": "https://raw.githubusercontent.com/teaxyz/cli/v0.18.1/src/vendor/Path.ts",
|
||||||
"prefab/": "https://raw.githubusercontent.com/teaxyz/cli/v0/src/prefab/",
|
"prefab/": "https://raw.githubusercontent.com/teaxyz/cli/v0.18.1/src/prefab/",
|
||||||
"types": "https://raw.githubusercontent.com/teaxyz/cli/v0/src/types.ts",
|
"types": "https://raw.githubusercontent.com/teaxyz/cli/v0.18.1/src/types.ts",
|
||||||
"hooks/": "https://raw.githubusercontent.com/teaxyz/cli/v0/src/hooks/",
|
"hooks/": "https://raw.githubusercontent.com/teaxyz/cli/v0.18.1/src/hooks/",
|
||||||
"utils/": "https://raw.githubusercontent.com/teaxyz/cli/v0/src/utils/",
|
"utils/": "https://raw.githubusercontent.com/teaxyz/cli/v0.18.1/src/utils/",
|
||||||
"deno/": "https://deno.land/std@0.156.0/",
|
"deno/": "https://deno.land/std@0.156.0/",
|
||||||
"is_what": "https://deno.land/x/is_what@v4.1.7/src/index.ts",
|
"is_what": "https://deno.land/x/is_what@v4.1.7/src/index.ts",
|
||||||
"cliffy/": "https://deno.land/x/cliffy@v0.25.2/",
|
"cliffy/": "https://deno.land/x/cliffy@v0.25.2/",
|
||||||
|
|
Loading…
Reference in a new issue