From 8b8db98df423f247393d5f02993036149f918e83 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Thu, 29 Dec 2022 16:04:17 +0100 Subject: [PATCH] Fix path to helpers directory --- tsconfig.paths.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.paths.json b/tsconfig.paths.json index e0e9f4ac27..cc38d2c584 100644 --- a/tsconfig.paths.json +++ b/tsconfig.paths.json @@ -145,7 +145,7 @@ "@remix-ui/locale-module": [ "libs/remix-ui/locale-module/src/index.ts" ], - "@remixproject/ghaction-helper": [ + "@remix-project/ghaction-helper": [ "libs/ghaction-helper/src/index.ts" ] }