mirror of
https://github.com/iptv-org/iptv
synced 2026-04-09 12:33:10 -04:00
Update package.json
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "iptv",
|
||||
"scripts": {
|
||||
"act:check": "act pull_request -W .github/workflows/check.yml -s GITHUB_TOKEN=\"$(gh auth token)\"",
|
||||
"act:format": "act workflow_dispatch -W .github/workflows/format.yml -s GITHUB_TOKEN=\"$(gh auth token)\"",
|
||||
"act:update": "act workflow_dispatch -W .github/workflows/update.yml -s GITHUB_TOKEN=\"$(gh auth token)\"",
|
||||
"act:check": "act pull_request -W .github/workflows/check.yml --secret-file .secrets",
|
||||
"act:format": "act workflow_dispatch -W .github/workflows/format.yml --secret-file .secrets",
|
||||
"act:update": "act workflow_dispatch -W .github/workflows/update.yml --secret-file .secrets",
|
||||
"api:load": "tsx scripts/commands/api/load.ts",
|
||||
"api:generate": "tsx scripts/commands/api/generate.ts",
|
||||
"api:deploy": "npx gh-pages-clean && npx gh-pages -a -m \"Deploy to iptv-org/api\" -d .api -r https://$GITHUB_TOKEN@github.com/iptv-org/api.git",
|
||||
|
||||
Reference in New Issue
Block a user