mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-17 16:10:12 +01:00
feat(tagging+archetypes): add Pillowfort/Politics/Midrange/Toolbox tagging and unify archetype presence skip logic
This commit is contained in:
parent
f2a76d2ffc
commit
6d6243d6be
47 changed files with 21133 additions and 839 deletions
12
code/scripts/run_build_with_fallback.py
Normal file
12
code/scripts/run_build_with_fallback.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import os
|
||||
import sys
|
||||
|
||||
if 'code' not in sys.path:
|
||||
sys.path.insert(0, 'code')
|
||||
|
||||
os.environ['EDITORIAL_INCLUDE_FALLBACK_SUMMARY'] = '1'
|
||||
|
||||
from scripts.build_theme_catalog import main # noqa: E402
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue