From 9de8e985e7e2dd5868d5fc3f18c567bcf54ad6f0 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Sat, 12 Jul 2025 12:44:41 +0200 Subject: [PATCH 1/3] Re-enable artifact list check --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19914ee946..723cba64a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -476,6 +476,9 @@ jobs: run: .github/workflows/moveArtifacts.sh shell: bash + - name: Check artifact list + run: node ./scripts/npmPack.js + - name: Publish packages to pkg.pr.new run: | yarn dlx pkg-pr-new publish "." "./packages/@rescript/*" From dc3b8874aa9e9b4998e6d8e0b83aa8004ee80d29 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Sat, 12 Jul 2025 12:44:53 +0200 Subject: [PATCH 2/3] test --- packages/artifacts.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/artifacts.txt b/packages/artifacts.txt index b302331583..c0267a542b 100644 --- a/packages/artifacts.txt +++ b/packages/artifacts.txt @@ -11,7 +11,6 @@ cli/common/bins.js cli/common/bsb.js cli/rescript-legacy.js cli/rescript-legacy/dump.js -cli/rescript-legacy/format.js cli/rescript-tools.js cli/rescript.js docs/docson/build-schema.json From 0ece7c7cfcf07252a7649da3a8501740f54ca6d4 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Sat, 12 Jul 2025 12:51:41 +0200 Subject: [PATCH 3/3] Revert "test" This reverts commit dc3b8874aa9e9b4998e6d8e0b83aa8004ee80d29. --- packages/artifacts.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/artifacts.txt b/packages/artifacts.txt index c0267a542b..b302331583 100644 --- a/packages/artifacts.txt +++ b/packages/artifacts.txt @@ -11,6 +11,7 @@ cli/common/bins.js cli/common/bsb.js cli/rescript-legacy.js cli/rescript-legacy/dump.js +cli/rescript-legacy/format.js cli/rescript-tools.js cli/rescript.js docs/docson/build-schema.json