Cleanup angular cache before packing up

pull/11871/head
Cyril Rohr 2 years ago
parent a85eca7855
commit f7d413b061
No known key found for this signature in database
GPG Key ID: 4F06363B8C22B3B9
  1. 3
      packaging/teardown

@ -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

Loading…
Cancel
Save