diff --git a/import-map.json b/import-map.json index 820a8f3e..1406dbf2 100644 --- a/import-map.json +++ b/import-map.json @@ -1,14 +1,14 @@ { "imports": { - "prefab": "https://raw.githubusercontent.com/teaxyz/cli/v0.19.4/src/prefab/index.ts", - "semver": "https://raw.githubusercontent.com/teaxyz/cli/v0.19.4/src/utils/semver.ts", - "hooks": "https://raw.githubusercontent.com/teaxyz/cli/v0.19.4/src/hooks/index.ts", - "utils": "https://raw.githubusercontent.com/teaxyz/cli/v0.19.4/src/utils/index.ts", - "path": "https://raw.githubusercontent.com/teaxyz/cli/v0.19.4/src/vendor/Path.ts", - "prefab/": "https://raw.githubusercontent.com/teaxyz/cli/v0.19.4/src/prefab/", - "types": "https://raw.githubusercontent.com/teaxyz/cli/v0.19.4/src/types.ts", - "hooks/": "https://raw.githubusercontent.com/teaxyz/cli/v0.19.4/src/hooks/", - "utils/": "https://raw.githubusercontent.com/teaxyz/cli/v0.19.4/src/utils/", + "prefab": "https://raw.githubusercontent.com/teaxyz/cli/v0.21.0/src/prefab/index.ts", + "semver": "https://raw.githubusercontent.com/teaxyz/cli/v0.21.0/src/utils/semver.ts", + "hooks": "https://raw.githubusercontent.com/teaxyz/cli/v0.21.0/src/hooks/index.ts", + "utils": "https://raw.githubusercontent.com/teaxyz/cli/v0.21.0/src/utils/index.ts", + "path": "https://raw.githubusercontent.com/teaxyz/cli/v0.21.0/src/vendor/Path.ts", + "prefab/": "https://raw.githubusercontent.com/teaxyz/cli/v0.21.0/src/prefab/", + "types": "https://raw.githubusercontent.com/teaxyz/cli/v0.21.0/src/types.ts", + "hooks/": "https://raw.githubusercontent.com/teaxyz/cli/v0.21.0/src/hooks/", + "utils/": "https://raw.githubusercontent.com/teaxyz/cli/v0.21.0/src/utils/", "deno/": "https://deno.land/std@0.173.0/", "is_what": "https://deno.land/x/is_what@v4.1.7/src/index.ts", "cliffy/": "https://deno.land/x/cliffy@v0.25.2/", diff --git a/scripts/build/build.ts b/scripts/build/build.ts index 9dc89e5f..89bd2345 100644 --- a/scripts/build/build.ts +++ b/scripts/build/build.ts @@ -78,6 +78,8 @@ async function __build(pkg: Package): Promise { env['MACOSX_DEPLOYMENT_TARGET'] = ['11.0'] } + env['PATH'].push("$PATH") + return env }