Skip to content

Commit 506b095

Browse files
committed
ci: fix
1 parent ea39802 commit 506b095

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const PACKAGES_PATH = path.join(__dirname, '..', '..', 'packages');
99

1010
async function updateAllPackages() {
1111
const packagesPathByOrder = await new ScanPublishOrder(PACKAGES_PATH).getReleaseOrder();
12+
console.log(packagesPathByOrder);
1213

1314
for (const packagePath of packagesPathByOrder) {
1415
const packageJsonPath = path.join(packagePath, 'package.json');

package-lock.json

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

0 commit comments

Comments
 (0)