From 4b8447461b4564355f45fb978bc313760e0647d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Thu, 16 May 2024 12:18:52 +0200 Subject: [PATCH] Add `test-only` in package.json for `citgm` (#16497) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ece3f0e4eb0d..fb930d05c3b9 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "fix": "make fix", "lint": "make lint", "test": "make test", + "test-only": "make test-only", "version": "yarn --immutable-cache && git add yarn.lock", "test:esm": "node test/esm/index.js", "test:runtime:generate-absolute-runtime": "node test/runtime-integration/generate-absolute-runtime.cjs",