diff --git a/packages/cli/.turbo/turbo-build.log b/packages/cli/.turbo/turbo-build.log deleted file mode 100644 index be40cae4..00000000 --- a/packages/cli/.turbo/turbo-build.log +++ /dev/null @@ -1,23 +0,0 @@ - -> @scalar/cli@0.0.0 build /home/runner/work/cli/cli/packages/cli -> rm -Rf dist/ && tsc && rollup -c - - -src/index.ts → dist... -(!) Unresolved dependencies -https://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency -commander (imported by "src/index.ts", "src/commands/init/InitCommand.ts", "src/commands/format/FormatCommand.ts", "src/commands/mock/MockCommand.ts", "src/commands/reference/ReferenceCommand.ts", "src/commands/share/ShareCommand.ts" and "src/commands/validate/ValidateCommand.ts") -node:fs (imported by "src/commands/init/InitCommand.ts", "src/commands/format/FormatCommand.ts", "src/commands/mock/MockCommand.ts", "src/commands/reference/ReferenceCommand.ts" and "src/utils/readFile.ts") -kleur (imported by "src/commands/init/InitCommand.ts", "src/commands/format/FormatCommand.ts", "src/commands/mock/MockCommand.ts", "src/commands/reference/ReferenceCommand.ts", "src/commands/share/ShareCommand.ts", "src/commands/validate/ValidateCommand.ts", "src/utils/useGivenFileOrConfiguration.ts" and "src/utils/loadOpenApiFile.ts") -prompts (imported by "src/commands/init/InitCommand.ts") -toml-js (imported by "src/commands/init/InitCommand.ts" and "src/utils/useGivenFileOrConfiguration.ts") -prettier (imported by "src/commands/format/FormatCommand.ts") -@hono/node-server (imported by "src/commands/mock/MockCommand.ts" and "src/commands/reference/ReferenceCommand.ts") -@scalar/api-reference (imported by "src/commands/mock/MockCommand.ts") -hono (imported by "src/commands/mock/MockCommand.ts" and "src/commands/reference/ReferenceCommand.ts") -hono/streaming (imported by "src/commands/reference/ReferenceCommand.ts") -@seriousme/openapi-schema-validator (imported by "src/commands/validate/ValidateCommand.ts" and "src/utils/loadOpenApiFile.ts") -prettyjson (imported by "src/commands/validate/ValidateCommand.ts") -(!) Circular dependency -src/utils/index.ts -> src/utils/useGivenFileOrConfiguration.ts -> src/utils/index.ts -created dist in 3.9s