Replaced pre-commit with pre-push

This commit is contained in:
freearhey
2021-04-28 14:59:26 +03:00
parent e027121977
commit a759eaee2a
2 changed files with 419 additions and 146 deletions

View File

@@ -4,7 +4,7 @@
"lint": "npx m3u-linter -c m3u-linter.json",
"test": "node scripts/test.js"
},
"pre-commit": [
"pre-push": [
"lint"
],
"author": "Arhey",
@@ -18,7 +18,7 @@
"iso-639-3": "^2.0.0",
"m3u-linter": "^0.1.3",
"markdown-include": "^0.4.3",
"pre-commit": "^1.2.2",
"pre-push": "^0.1.1",
"progress": "^2.0.3",
"transliteration": "^2.2.0"
}