mirror of
https://github.com/iptv-org/database.git
synced 2024-11-24 11:51:25 -05:00
Update update.ts
This commit is contained in:
parent
8e23c2c788
commit
60a9d77647
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
"db:validate": "ts-node scripts/db/validate.ts",
|
"db:validate": "ts-node scripts/db/validate.ts",
|
||||||
"db:export": "ts-node scripts/db/export.ts",
|
"db:export": "ts-node scripts/db/export.ts",
|
||||||
"db:update": "ts-node scripts/db/update.ts",
|
"db:update": "ts-node scripts/db/update.ts",
|
||||||
"lint": "npx eslint ./scripts/**/*.ts ./scripts/**/*.js ./tests/**/*.ts",
|
"lint": "npx eslint \"{scripts,tests}/**/*.{ts,js}\"",
|
||||||
"test": "jest --runInBand"
|
"test": "jest --runInBand"
|
||||||
},
|
},
|
||||||
"pre-commit": [
|
"pre-commit": [
|
||||||
|
|
Loading…
Reference in a new issue