mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
fix debug output
This commit is contained in:
@@ -28,8 +28,8 @@ runs:
|
|||||||
pwd
|
pwd
|
||||||
ls -lha
|
ls -lha
|
||||||
echo "====DIST===="
|
echo "====DIST===="
|
||||||
find dist -maxdepth 1 -type d
|
find dist -maxdepth 1 -type d || true
|
||||||
echo "====NXCACHE===="
|
echo "====NXCACHE===="
|
||||||
find nxcache -maxdepth 1 -type d
|
find nxcache -maxdepth 1 -type d || true
|
||||||
echo "====ADF===="
|
echo "====ADF===="
|
||||||
find node_modules/@alfresco/ -maxdepth 1 -type d
|
find node_modules/@alfresco/ -maxdepth 1 -type d || true
|
||||||
Reference in New Issue
Block a user