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 3aa9b19 commit 4c84671Copy full SHA for 4c84671
packages/cli/src/notion/export.ts
@@ -63,6 +63,6 @@ export class NotionExportCommand extends Command {
63
push: this.push
64
})
65
await exporter.execute()
66
- if (this.push) await exporter.push()
+ if (this.push) await exporter.pushRepos()
67
}
68
packages/cli/src/notion/index.ts
@@ -718,7 +718,7 @@ export class NotionExporter {
718
return space
719
720
721
- push() {
+ pushRepos() {
722
const run = (cmd: string, cwd: string) => {
723
try {
724
execSync(cmd, { cwd, stdio: 'ignore' })
0 commit comments