using dist

This commit is contained in:
Marco Carrozzo
2023-01-19 15:19:20 +01:00
parent eb214a5359
commit 2ade684314

View File

@@ -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
find node_modules/@alfresco/ -maxdepth 1 -type d || true
echo "====NX===="
find node_modules/nx/ -maxdepth 1 -type d || true