Skip to content

Commit 3aecd02

Browse files
committed
1.0.12 3
1 parent e509a00 commit 3aecd02

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

lib/publish.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default class Publish {
1010
private codeDir;
1111
logger: Logger;
1212
constructor(props: IProps, logger: Logger);
13-
run(cwd: string): void;
13+
run(cwd?: string): void;
1414
private handlerNpmrc;
1515
private readNpmrcFile;
1616
}

lib/publish.js

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/publish.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)