From 41b1b27a90af567441cacca37559428594529bdc Mon Sep 17 00:00:00 2001 From: koyhpvx Date: Tue, 24 Jun 2025 12:07:25 +0000 Subject: [PATCH] Pending changes exported from your codespace --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 43d8c9fb..7eee0704 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "private": true, "description": "setup node action", "main": "lib/setup-node.js", + "scripts": { "build": "ncc build -o dist/setup src/setup-node.ts && ncc build -o dist/cache-save src/cache-save.ts", "format": "prettier --no-error-on-unmatched-pattern --config ./.prettierrc.js --write \"**/*.{ts,yml,yaml}\"",