Skip to content

Commit 3a1efb4

Browse files
authored
Re-enable artifact list check (#7639)
* Re-enable artifact list check * test * Revert "test" This reverts commit dc3b887.
1 parent bc0f356 commit 3a1efb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,9 @@ jobs:
476476
run: .github/workflows/moveArtifacts.sh
477477
shell: bash
478478

479+
- name: Check artifact list
480+
run: node ./scripts/npmPack.js
481+
479482
- name: Publish packages to pkg.pr.new
480483
run: |
481484
yarn dlx pkg-pr-new publish "." "./packages/@rescript/*"

0 commit comments

Comments
 (0)