fix install loop

This commit is contained in:
David Blass
2025-10-13 17:06:34 -04:00
parent 2c856e3337
commit 806458b95a
+2 -3
View File
@@ -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",