mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
fix clean scripts demo folders
This commit is contained in:
@@ -114,10 +114,5 @@
|
||||
"name": "Eugenio Romano",
|
||||
"email": "eugenio.romano@alfresco.com"
|
||||
}
|
||||
],
|
||||
"path": "assets/license_header.txt",
|
||||
"blocking": true,
|
||||
"logInfo": false,
|
||||
"logError": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -108,10 +108,5 @@
|
||||
"keywords": [
|
||||
"angular2",
|
||||
"typescript"
|
||||
],
|
||||
"path": "assets/license_header.txt",
|
||||
"blocking": true,
|
||||
"logInfo": false,
|
||||
"logError": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -108,10 +108,5 @@
|
||||
"name": "Vito Albano",
|
||||
"email": "vito.albano@alfresco.com"
|
||||
}
|
||||
],
|
||||
"path": "assets/license_header.txt",
|
||||
"blocking": true,
|
||||
"logInfo": false,
|
||||
"logError": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -39,11 +39,12 @@ while [[ $1 == -* ]]; do
|
||||
esac
|
||||
done
|
||||
|
||||
npm install rimraf
|
||||
|
||||
for PACKAGE in ${projects[@]}
|
||||
do
|
||||
echo "====== clean component: ${PACKAGE} ====="
|
||||
cd "$DIR/../ng2-components/${PACKAGE}"
|
||||
npm install rimraf
|
||||
npm run clean
|
||||
|
||||
if $EXEC_CLEAN_DEMO == true; then
|
||||
|
||||
Reference in New Issue
Block a user