Update update.ts

This commit is contained in:
freearhey 2023-10-15 21:28:38 +03:00
parent 8e23c2c788
commit 60a9d77647

View file

@ -7,7 +7,7 @@
"db:validate": "ts-node scripts/db/validate.ts",
"db:export": "ts-node scripts/db/export.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"
},
"pre-commit": [