diff --git a/Taskfile.azure.yml b/Taskfile.azure.yml index 22c691e..4fa6d9f 100644 --- a/Taskfile.azure.yml +++ b/Taskfile.azure.yml @@ -13,13 +13,13 @@ tasks: cmd: poetry run pyinstaller --noconfirm --distpath dist/{{.ITEM.THEME}}-{{.ITEM.KIND}} spec/azure/{{.ITEM.THEME}}-{{.ITEM.KIND}}.spec rewrite: - internal: true + #internal: true desc: Run the source code rewriter cmds: - poetry run python tools/rewriter.py --rewrite --theme {{.THEME}} restore: - internal: true + #internal: true desc: Restore the backup files cmds: - poetry run python tools/rewriter.py --restore diff --git a/Taskfile.forest.yml b/Taskfile.forest.yml index 5d49434..2b04df7 100644 --- a/Taskfile.forest.yml +++ b/Taskfile.forest.yml @@ -13,13 +13,11 @@ tasks: cmd: poetry run pyinstaller --noconfirm --distpath dist/{{.ITEM.THEME}}-{{.ITEM.KIND}} spec/forest/{{.ITEM.THEME}}-{{.ITEM.KIND}}.spec rewrite: - internal: true desc: Run the source code rewriter cmds: - poetry run python tools/rewriter.py --rewrite --theme {{.THEME}} restore: - internal: true desc: Restore the backup files cmds: - poetry run python tools/rewriter.py --restore