Skip to content

Commit 4a32211

Browse files
committed
chores(ci): publish run
1 parent 0713793 commit 4a32211

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.config/scripts/run-publish-monorepo.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import ScanPublishOrder from './scan-publish-order.mjs';
22
import {fileURLToPath} from 'node:url';
33
import * as path from 'node:path';
44
import UpdateMonorepoPackagesVersion from './update-monorepo-packages-version.mjs';
5+
import {execSync} from 'node:child_process';
56

67
const __dirname = fileURLToPath(new URL('.', import.meta.url));
78
const PACKAGES_PATH = path.join(__dirname, '..', '..', 'packages');

0 commit comments

Comments
 (0)