From fea4411afa05b15b76a8098279736641a0794711 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 22 Feb 2026 14:21:07 -0800 Subject: [PATCH] Remove recursive API npm publish script --- packages/plugin-runtime-types/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/plugin-runtime-types/package.json b/packages/plugin-runtime-types/package.json index 770b479d..d68a2e30 100644 --- a/packages/plugin-runtime-types/package.json +++ b/packages/plugin-runtime-types/package.json @@ -27,7 +27,6 @@ "build:copy-types": "run-p build:copy-types:*", "build:copy-types:root": "cpy --flat ../../crates/yaak-plugins/bindings/*.ts ./src/bindings", "build:copy-types:next": "cpy --flat ../../crates/yaak-plugins/bindings/serde_json/*.ts ./src/bindings/serde_json", - "publish": "npm publish", "prepublishOnly": "npm run build" }, "dependencies": {