From 806458b95a067ccf7cce9276197d07a66cfc905c Mon Sep 17 00:00:00 2001 From: David Blass Date: Mon, 13 Oct 2025 17:06:34 -0400 Subject: [PATCH] fix install loop --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 56c112c..5002d8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pullfrog/action", - "version": "0.0.43", + "version": "0.0.44", "type": "module", "files": [ "index.js", @@ -17,8 +17,7 @@ "typecheck": "tsc --noEmit", "play": "node play.ts", "upDeps": "pnpm up --latest", - "install": "pnpm --ignore-workspace install", - "createLockfile": "pnpm --ignore-workspace install" + "lock": "pnpm --ignore-workspace install" }, "dependencies": { "@actions/core": "^1.11.1",