mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-24 17:55:11 +02:00
feat: mark all series episodes as watched
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"build": "npm run build -w packages/reiverr-plugin && nest build",
|
||||
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
|
||||
"start": "nest start",
|
||||
"start:dev": "export NODE_ENV=development || set NODE_ENV=development&& nest start --watch",
|
||||
"start:dev": "cross-env NODE_ENV=development nest start --watch",
|
||||
"start:debug": "nest start --debug --watch",
|
||||
"start:prod": "npm run typeorm:run-migrations && node dist/src/main",
|
||||
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
|
||||
@@ -58,6 +58,7 @@
|
||||
"@types/supertest": "^6.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
||||
"@typescript-eslint/parser": "^6.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.42.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
@@ -99,4 +100,4 @@
|
||||
"packages/jellyfin.plugin",
|
||||
"packages/torrent-stream.plugin"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user