ci: Remove build.py from exclusion list

Co-authored-by: gavin <gavin18d@gmail.com>
This commit is contained in:
Suraj Shetty 2022-02-17 16:57:27 +05:30 committed by GitHub
parent e0dcabf224
commit 628c9bc288
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,6 @@ FRAPPE_EXCLUSIONS = [
"*/frappe/change_log/*",
"*/frappe/exceptions*",
"*/frappe/coverage.py",
"*/frappe/build.py",
"*frappe/setup.py",
"*/doctype/*/*_dashboard.py",
"*/patches/*",