Skip to content

Commit

Permalink
remove: more logs for isCi check
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Oct 24, 2024
1 parent 20a242b commit 16fe579
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function normalizeOptions(schema: GenerateApiExecutorSchema, context: ExecutorCo
const project = context.projectsConfigurations!.projects[context.projectName!];

const resolveLocalFlag = Boolean(process.env.__FORCE_API_MD_UPDATE__) || isCI() ? false : resolvedSchema.local;
console.log({ resolveLocalFlag });
console.log({ resolveLocalFlag, isCi: isCI() });
const projectAbsolutePath = join(context.root, project.root);
const resolveConfig = getApiExtractorConfigPath(resolvedSchema, projectAbsolutePath);
const tsConfigPathForCompilation = getTsConfigPathUsedForProduction(projectAbsolutePath);
Expand Down

0 comments on commit 16fe579

Please sign in to comment.