Add mise task to watch CI
This commit is contained in:
@@ -132,8 +132,6 @@ depends = [
|
||||
description = 'Install dependencies and setup the database'
|
||||
run = ['mix setup']
|
||||
|
||||
# AI
|
||||
|
||||
[tasks."usage-rules:sync"]
|
||||
description = 'Sync usage rules from dependencies to CLAUDE.md'
|
||||
run = """
|
||||
@@ -143,6 +141,12 @@ mix usage_rules.sync CLAUDE.md --all \
|
||||
--remove-missing
|
||||
"""
|
||||
|
||||
# CI
|
||||
|
||||
[tasks."ci:watch"]
|
||||
description = "Monitor CI status"
|
||||
run = "gh run watch"
|
||||
|
||||
# PRODUCTION
|
||||
|
||||
[tasks."prod:console"]
|
||||
|
||||
Reference in New Issue
Block a user