mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
using dist
This commit is contained in:
@@ -32,4 +32,6 @@ runs:
|
|||||||
echo "====NXCACHE===="
|
echo "====NXCACHE===="
|
||||||
find nxcache -maxdepth 1 -type d || true
|
find nxcache -maxdepth 1 -type d || true
|
||||||
echo "====ADF===="
|
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
|
Reference in New Issue
Block a user