Skip to content

Commit

Permalink
fix(core): stop creating icons directories (no-changelog)
Browse files Browse the repository at this point in the history
forgot to remove this in n8n-io#5419
  • Loading branch information
netroy committed Feb 9, 2023
1 parent 52cb185 commit abf018c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/cli/src/LoadNodesAndCredentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ export class LoadNodesAndCredentialsClass implements INodesAndCredentials {
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
module.constructor._initPaths();

await mkdir(path.join(GENERATED_STATIC_DIR, 'icons/nodes'), { recursive: true });
await mkdir(path.join(GENERATED_STATIC_DIR, 'icons/credentials'), { recursive: true });

await this.loadNodesFromBasePackages();
await this.loadNodesFromDownloadedPackages();
await this.loadNodesFromCustomDirectories();
Expand Down

0 comments on commit abf018c

Please sign in to comment.