From 234e4ca954b7ba797674bf81d04ea695252c6819 Mon Sep 17 00:00:00 2001 From: tsuyoda Date: Wed, 13 Sep 2023 12:55:54 -0300 Subject: [PATCH] test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ca6f3a..e2aa25f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "ETEG", "license": "MIT", "scripts": { - "build": "tsc && ncc build lib/index.ts -o dist/main && ncc build lib/cleanup.ts -o dist/cleanup" + "build": "tsc && ncc build lib/index.js -o dist/main && ncc build lib/cleanup.js -o dist/cleanup" }, "dependencies": { "@actions/core": "^1.10.0",