mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-25 18:25:12 +02:00
feat: reiverr-plugin:2.0.0 version checking
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
"test:cov": "jest --coverage",
|
||||
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
|
||||
"test:e2e": "jest --config ./test/jest-e2e.json",
|
||||
"publish:patch": "npm version -w packages/reiverr-plugin --git-tag-version false patch && npm run -w packages/reiverr-plugin build && npm publish -w packages/reiverr-plugin",
|
||||
"publish:minor": "npm version -w packages/reiverr-plugin --git-tag-version false minor && npm run -w packages/reiverr-plugin build && npm publish -w packages/reiverr-plugin",
|
||||
"publish:major": "npm version -w packages/reiverr-plugin --git-tag-version false major && npm run -w packages/reiverr-plugin build && npm publish -w packages/reiverr-plugin",
|
||||
"openapi:generate:tmdb": "ts-node scripts/generate-tmdb-openapi.ts",
|
||||
"openapi:generate-spec": "ts-node scripts/generate-openapi-spec.ts",
|
||||
"typeorm": "ts-node ./node_modules/typeorm/cli",
|
||||
@@ -96,4 +99,4 @@
|
||||
"packages/jellyfin.plugin",
|
||||
"packages/torrent-stream.plugin"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user