fix debug output

This commit is contained in:
Marco Carrozzo
2023-01-19 14:41:48 +01:00
parent 38c468e9c1
commit 26787501b5
@@ -28,8 +28,8 @@ runs:
pwd
ls -lha
echo "====DIST===="
find dist -maxdepth 1 -type d
find dist -maxdepth 1 -type d || true
echo "====NXCACHE===="
find nxcache -maxdepth 1 -type d
find nxcache -maxdepth 1 -type d || true
echo "====ADF===="
find node_modules/@alfresco/ -maxdepth 1 -type d
find node_modules/@alfresco/ -maxdepth 1 -type d || true