From 2f0b76140d241ba98321acd95d3555d95c8bfa16 Mon Sep 17 00:00:00 2001 From: Praise Disu Date: Mon, 19 Dec 2022 17:05:16 +0100 Subject: [PATCH] Fixed entry path and bump version --- libs/ghaction-helper/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ghaction-helper/package.json b/libs/ghaction-helper/package.json index 5d52ddb6ea..48edca5a90 100644 --- a/libs/ghaction-helper/package.json +++ b/libs/ghaction-helper/package.json @@ -2,7 +2,7 @@ "name": "@remix-project/ghaction-helper", "version": "0.1.1-dev", "description": "Solidity Tests GitHub Action Helper", - "main": "dist/index.js", + "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc"