From 2ade684314a8c59f40b88f3ebd9e7096a587d375 Mon Sep 17 00:00:00 2001 From: Marco Carrozzo Date: Thu, 19 Jan 2023 15:19:20 +0100 Subject: [PATCH] using dist --- .github/actions/download-cache-and-artifacts/action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/download-cache-and-artifacts/action.yml b/.github/actions/download-cache-and-artifacts/action.yml index 0644529b56..26bf51cbc1 100644 --- a/.github/actions/download-cache-and-artifacts/action.yml +++ b/.github/actions/download-cache-and-artifacts/action.yml @@ -32,4 +32,6 @@ runs: echo "====NXCACHE====" find nxcache -maxdepth 1 -type d || true echo "====ADF====" - find node_modules/@alfresco/ -maxdepth 1 -type d || true \ No newline at end of file + find node_modules/@alfresco/ -maxdepth 1 -type d || true + echo "====NX====" + find node_modules/nx/ -maxdepth 1 -type d || true \ No newline at end of file