|
|
@ -8,3 +8,6 @@ rm -rf node_modules frontend/node_modules || true |
|
|
|
echo "Cleaning up current docs folders except API" |
|
|
|
echo "Cleaning up current docs folders except API" |
|
|
|
# We need the api folder for openapi (https://community.openproject.org/work_packages/40352/activity) |
|
|
|
# We need the api folder for openapi (https://community.openproject.org/work_packages/40352/activity) |
|
|
|
find docs -mindepth 1 -maxdepth 1 -type d -not -name 'api' | xargs rm -rf |
|
|
|
find docs -mindepth 1 -maxdepth 1 -type d -not -name 'api' | xargs rm -rf |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
echo "Cleaning up angular cache" |
|
|
|
|
|
|
|
rm -rf frontend/.angular || true |
|
|
|