Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
mastrzyz committed Aug 28, 2023
1 parent be61d0a commit d548caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import pLimit from 'p-limit';
import type { Server } from 'http';
import { mkdir } from 'fs/promises';
import { PACKS_DIRECTORY } from './utils/constants';
// @ts-expect-error (Converted from ts-ignore)

import { maxConcurrentTasks } from './utils/concurrency';
import { listOfPackages } from './utils/list-packages';

Expand Down

0 comments on commit d548caa

Please sign in to comment.