Browse Source

Merge pull request #1000 from nextcloud/perf/tools

perf(tool): avoid rebuilding the specs if nothing changed
pull/1003/head
Kate 1 year ago committed by GitHub
parent
commit
16ec4de04e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tool/generate-nextcloud.sh

2
tool/generate-nextcloud.sh

@ -4,7 +4,7 @@ cd "$(dirname "$0")/.."
(
cd packages/nextcloud
rm -rf .dart_tool/build
rm -rf .dart_tool/build/generated/dynamite
fvm dart run nextcloud:generate_props
fvm dart pub run build_runner build --delete-conflicting-outputs
fvm dart run nextcloud:generate_exports

Loading…
Cancel
Save