Browse Source

Maintenance: Fix the Zammad binary package build size.

Martin Gruner 2 years ago
parent
commit
904726105d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      script/build/cleanup.sh

+ 4 - 0
script/build/cleanup.sh

@@ -15,6 +15,10 @@ rm .rspec
 rm -rf .storybook
 find app/frontend/ -name '*.stories.ts' -exec rm {} +
 
+# Remove our customized .yarnrc to let yarn use the global cache
+#   instead of .yarn/cache which would go into the packages.
+rm .yarnrc
+
 # CI
 rm -rf .github .gitlab
 rm .gitlab-ci.yml