1
0
mirror of https://github.com/iptv-org/iptv.git synced 2025-05-22 15:45:28 +08:00

Update package.json

This commit is contained in:
freearhey 2023-06-21 13:15:46 +03:00
parent 7c2216e11d
commit d3f4943332

View File

@ -1,6 +1,8 @@
{
"name": "iptv",
"scripts": {
"act:check": "act pull_request -W .github/workflows/check.yml",
"act:update": "act workflow_dispatch -W .github/workflows/update.yml",
"api:load": "./scripts/commands/api/load.sh",
"api:generate": "node scripts/commands/api/generate.js",
"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 -x",