Update package.json

This commit is contained in:
Aleksandr Statciuk 2023-04-27 04:00:20 +03:00
parent a7da7bc779
commit ac642904b3

View file

@ -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": {