chore(auto-update): change ytdl lib chekcing in github actions

This commit is contained in:
raiper34
2025-03-15 16:25:57 +01:00
parent a84d3f55af
commit e36e8cd819
3 changed files with 21 additions and 4 deletions
+3 -1
View File
@@ -20,7 +20,8 @@
"clean": "rimraf dist",
"changelog": "auto-changelog -p",
"release": "release-it",
"commit": "cz"
"commit": "cz",
"check:lib": "npm-check-updates -w backend -f @distube/ytdl-core -u"
},
"devDependencies": {
"@release-it/bumper": "^7.0.1",
@@ -30,6 +31,7 @@
"cz-conventional-changelog": "^3.3.0",
"docsify-cli": "^4.4.4",
"netlify-cli": "^10.5.1",
"npm-check-updates": "^17.1.15",
"release-it": "^18.1.2",
"release-it-docker-plugin": "^1.0.0",
"rimraf": "^6.0.1"