mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 18:10:04 -04:00
Rename to report:create
This commit is contained in:
parent
39458e963a
commit
855f822587
2 changed files with 2 additions and 1 deletions
|
@ -5,17 +5,18 @@
|
||||||
"api:generate": "node scripts/commands/api/generate.js",
|
"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",
|
"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",
|
||||||
"db:create": "node scripts/commands/database/create.js",
|
"db:create": "node scripts/commands/database/create.js",
|
||||||
"issue:check": "node scripts/commands/issue/check.js",
|
|
||||||
"playlist:format": "node scripts/commands/playlist/format.js",
|
"playlist:format": "node scripts/commands/playlist/format.js",
|
||||||
"playlist:generate": "node scripts/commands/playlist/generate.js",
|
"playlist:generate": "node scripts/commands/playlist/generate.js",
|
||||||
"playlist:validate": "node scripts/commands/playlist/validate.js",
|
"playlist:validate": "node scripts/commands/playlist/validate.js",
|
||||||
"playlist:lint": "npx m3u-linter -c m3u-linter.json",
|
"playlist:lint": "npx m3u-linter -c m3u-linter.json",
|
||||||
"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 -x",
|
"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 -x",
|
||||||
"readme:update": "node scripts/commands/readme/update.js",
|
"readme:update": "node scripts/commands/readme/update.js",
|
||||||
|
"report:create": "node scripts/commands/report/create.js",
|
||||||
"format": "npm run db:create && npm run playlist:format",
|
"format": "npm run db:create && npm run playlist:format",
|
||||||
"check": "npm run api:load && npm run playlist:lint && npm run playlist:validate",
|
"check": "npm run api:load && npm run playlist:lint && npm run playlist:validate",
|
||||||
"update": "npm run api:load && npm run db:create && npm run playlist:generate && npm run api:generate && npm run readme:update",
|
"update": "npm run api:load && npm run db:create && npm run playlist:generate && npm run api:generate && npm run readme:update",
|
||||||
"deploy": "npm run playlist:deploy && npm run api:deploy",
|
"deploy": "npm run playlist:deploy && npm run api:deploy",
|
||||||
|
"report": "npm run api:load && npm run report:create",
|
||||||
"test": "jest --runInBand"
|
"test": "jest --runInBand"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue