Update package.json

This commit is contained in:
freearhey 2025-07-29 04:21:38 +03:00
parent fa67a70260
commit 76a989d71b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"format": "npm run playlist:format",
"update": "npm run playlist:generate && npm run api:generate && npm run readme:update",
"deploy": "npm run playlist:deploy && npm run api:deploy",
"lint": "npx eslint ./scripts/**/*.ts ./tests/**/*.ts",
"lint": "npx eslint \"scripts/**/*.{ts,js}\" \"tests/**/*.{ts,js}\"",
"test": "jest --runInBand",
"postinstall": "npm run api:load"
},