From c345b20434943e34cd64293bd0b60df16b3b6eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Mon, 24 Feb 2025 17:57:26 +0900 Subject: [PATCH] chore(ci): Disable `ecosystem-ci` for `ts-node` temporarily Type errors should be fixed by publishing `@swc/types`, but the CI failure blocks publishing the package --- .github/swc-ecosystem-ci/{tests => todos}/ts-node.ts | 0 packages/types/package.json | 1 + 2 files changed, 1 insertion(+) rename .github/swc-ecosystem-ci/{tests => todos}/ts-node.ts (100%) diff --git a/.github/swc-ecosystem-ci/tests/ts-node.ts b/.github/swc-ecosystem-ci/todos/ts-node.ts similarity index 100% rename from .github/swc-ecosystem-ci/tests/ts-node.ts rename to .github/swc-ecosystem-ci/todos/ts-node.ts diff --git a/packages/types/package.json b/packages/types/package.json index c82f49e1f767..36e14c66bc71 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -3,6 +3,7 @@ "packageManager": "yarn@4.0.2", "version": "0.1.18", "description": "Typings for the swc project.", + "types": "./index.d.ts", "sideEffects": false, "scripts": { "build": "tsc",