We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2b9b4 commit 4c84659Copy full SHA for 4c84659
automation/utils/src/oss-clearance.ts
@@ -3,7 +3,6 @@ import { basename, join, parse } from "path";
3
import { homedir, tmpdir } from "node:os";
4
import { mkdtemp, stat } from "node:fs/promises";
5
import { chmod, cp, exec, mkdir, mv, rm, unzip, zip } from "./shell";
6
-import chalk from "chalk";
7
8
export function findOssReadme(packageRoot: string, widgetName: string, version: string): string | undefined {
9
const readmeossPattern = `**/*${widgetName}__${version}__READMEOSS_*.html`;
0 commit comments