From 9c87f2ac053d30a0b835b056e8c49ba5e6c69d23 Mon Sep 17 00:00:00 2001 From: Nikola Pavlovic Date: Mon, 8 Jan 2024 04:38:43 +0100 Subject: [PATCH] v0.1.3 --- dist/nx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/nx.js b/dist/nx.js index 51d73208..507db77f 100644 --- a/dist/nx.js +++ b/dist/nx.js @@ -18,5 +18,5 @@ const { root } = getModule('nx'); if (!root) { throw new Error('Could not resolve nx package, is it installed? Did you install node modules prior to running the action? This action requires nx package to run.'); } -export const nx = resolve(root, 'bin', 'nx.js'); +export const nx = resolve(root, '.bin', 'nx'); export const runner = getModule('@raegen/github-runner', fileURLToPath(import.meta.url)).main;