mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-14 19:10:04 -04:00
Update package.json
This commit is contained in:
parent
a7da7bc779
commit
ac642904b3
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "iptv",
|
"name": "iptv",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"act:auto-update": "act workflow_dispatch -W .github/workflows/auto-update.yml --artifact-server-path=.artifacts",
|
|
||||||
"act:check": "act pull_request -W .github/workflows/check.yml",
|
|
||||||
"act:test": "act workflow_dispatch -W .github/workflows/test.yml",
|
|
||||||
"api:load": "./scripts/commands/api/load.sh",
|
"api:load": "./scripts/commands/api/load.sh",
|
||||||
"db:clear": "node scripts/commands/database/clear.js",
|
"db:clear": "node scripts/commands/database/clear.js",
|
||||||
"db:create": "node scripts/commands/database/create.js",
|
"db:create": "node scripts/commands/database/create.js",
|
||||||
|
@ -16,6 +13,8 @@
|
||||||
"playlist:update": "node scripts/commands/playlist/update.js",
|
"playlist:update": "node scripts/commands/playlist/update.js",
|
||||||
"playlist:lint": "npx m3u-linter -c m3u-linter.json",
|
"playlist:lint": "npx m3u-linter -c m3u-linter.json",
|
||||||
"readme:update": "node scripts/commands/readme/update.js",
|
"readme:update": "node scripts/commands/readme/update.js",
|
||||||
|
"update": "npm run api:load && npm run db:create && npm run playlist:generate && npm run readme:update",
|
||||||
|
"check": "npm run playlist:lint && npm run playlist:validate",
|
||||||
"test": "jest --runInBand"
|
"test": "jest --runInBand"
|
||||||
},
|
},
|
||||||
"jest": {
|
"jest": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue