From a9e0398414c03c965a55e53fd292724b933a1bea Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Thu, 4 Dec 2025 18:31:33 +0300 Subject: [PATCH] Update package.json --- package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0358af08f8..7453c15715 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,6 @@ "act:format": "gh act workflow_dispatch -W .github/workflows/format.yml", "act:update": "gh act workflow_dispatch -W .github/workflows/update.yml", "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", "playlist:format": "tsx scripts/commands/playlist/format.ts", "playlist:update": "tsx scripts/commands/playlist/update.ts", "playlist:generate": "tsx scripts/commands/playlist/generate.ts", @@ -14,13 +12,12 @@ "playlist:lint": "npx m3u-linter -c m3u-linter.json", "playlist:test": "tsx scripts/commands/playlist/test.ts", "playlist:edit": "tsx scripts/commands/playlist/edit.ts", - "playlist:deploy": "npx gh-pages-clean && npx gh-pages -m \"Deploy to GitHub Pages\" -d .gh-pages -r https://$GITHUB_TOKEN@github.com/iptv-org/iptv.git", + "playlist:export": "tsx scripts/commands/playlist/export.ts", "readme:update": "tsx scripts/commands/readme/update.ts", "report:create": "tsx scripts/commands/report/create.ts", "check": "npm run playlist:lint && npm run playlist:validate", "format": "npm run playlist:format", "update": "npm run playlist:generate && npm run api:generate && npm run readme:update", - "deploy": "npm run playlist:deploy && npm run api:deploy", "lint": "npx eslint \"scripts/**/*.{ts,js}\" \"tests/**/*.{ts,js}\"", "test": "jest --runInBand", "postinstall": "npm run api:load" @@ -45,7 +42,7 @@ "@freearhey/search-js": "^0.1.2", "@freearhey/storage-js": "^0.1.0", "@inquirer/prompts": "^7.8.0", - "@iptv-org/sdk": "^1.0.2", + "@iptv-org/sdk": "^1.1.3", "@octokit/core": "^7.0.3", "@octokit/plugin-paginate-rest": "^13.1.1", "@octokit/plugin-rest-endpoint-methods": "^16.0.0",