mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4859] Make sure the ng build insight works (#5141)
* Make sure the ng build insight works * Fix styles
This commit is contained in:
committed by
Denys Vuika
parent
93419ffa7b
commit
6860ab73ab
@@ -13,7 +13,7 @@ node ./lib/config/bundle-insights-scss.js || exit 1
|
||||
|
||||
echo "====== Copy i18n ======"
|
||||
mkdir -p ./lib/dist/insights/bundles/assets/adf-insights/i18n
|
||||
cp -R ./lib/insights/i18n/* ./lib/dist/insights/bundles/assets/adf-insights/i18n
|
||||
cp -R ./lib/insights/src/lib/i18n/* ./lib/dist/insights/bundles/assets/adf-insights/i18n
|
||||
|
||||
echo "====== Move to node_modules ======"
|
||||
rm -rf ./node_modules/@alfresco/adf-insights/ && \
|
||||
|
Reference in New Issue
Block a user