Skip to content

Commit e59362e

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

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ 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);
1312

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

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- name: Install modules & build
2929
run: |
3030
npm ci
31-
npm run build -w ./packages
3231
3332
- name: Release
3433
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)