Update package.json

This commit is contained in:
freearhey
2026-08-15 03:01:45 +03:00
parent 34a557a4e5
commit c538a9953c
+3
View File
@@ -4,7 +4,10 @@
"act:check": "gh act pull_request -W .github/workflows/check.yml",
"act:format": "gh act workflow_dispatch -W .github/workflows/format.yml",
"act:update": "gh act workflow_dispatch -W .github/workflows/update.yml",
"act:validate_issue": "gh act issues -W .github/workflows/validate_issue.yml",
"act:validate_label": "gh act issues -W .github/workflows/validate_label.yml",
"api:load": "tsx scripts/commands/api/load.ts",
"issue:validate": "tsx scripts/commands/issue/validate.ts",
"playlist:format": "tsx scripts/commands/playlist/format.ts",
"playlist:update": "tsx scripts/commands/playlist/update.ts",
"playlist:generate": "tsx scripts/commands/playlist/generate.ts",