Skip to content

Commit

Permalink
remove console.info
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Sep 9, 2024
1 parent dd82024 commit fa5f260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-examples/cli-e2e-env/tooling/env.plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const createNodes: CreateNodes = [
const tags = projectConfiguration?.tags ?? [];
const isPublishable = tags.some((target) => target === 'publishable');
const isNpmEnv = tags.some((target) => target === 'npm-env');
isPublishable && console.info('npmTargets' + projectName);

return {
projects: {
[root]: {
Expand Down

0 comments on commit fa5f260

Please sign in to comment.