From f9640a9f20eac89c6a532cc5f50ec1be90abbff8 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Fri, 23 Jan 2026 16:36:45 +0100 Subject: [PATCH] Fix CI trying to publish rescript-commonjs-tests --- tests/commonjs_tests/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/commonjs_tests/package.json b/tests/commonjs_tests/package.json index fd04e4d6f25..65eaa8d6ed9 100644 --- a/tests/commonjs_tests/package.json +++ b/tests/commonjs_tests/package.json @@ -1,4 +1,5 @@ { "name": "rescript-commonjs-tests", + "private": true, "type": "commonjs" }