mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
script fix path
This commit is contained in:
@@ -141,7 +141,7 @@ npm run build
|
||||
for PACKAGE in ${projects[@]}
|
||||
do
|
||||
|
||||
DESTDIR="$DIR/../ng2-components/${PACKAGE}"
|
||||
DESTDIR="$DIR/../lib/${PACKAGE}"
|
||||
echo "====== MOVE DIR: ${DESTDIR} ===== "
|
||||
cd ${DESTDIR}
|
||||
|
||||
|
Reference in New Issue
Block a user