update package.json

This commit is contained in:
IvanZosimov 2023-03-03 12:33:34 +01:00
parent e11170ce5a
commit 2ed96f5f0a

View file

@ -11,7 +11,7 @@
"lint": "eslint --config ./.eslintrc.js **/*.ts", "lint": "eslint --config ./.eslintrc.js **/*.ts",
"lint:fix": "eslint --config ./.eslintrc.js **/*.ts --fix", "lint:fix": "eslint --config ./.eslintrc.js **/*.ts --fix",
"test": "jest --coverage", "test": "jest --coverage",
"pre-checkin": "npm run format && npm run build && npm test" "pre-checkin": "npm run format && npm run lint:fix && npm run build && npm test"
}, },
"repository": { "repository": {
"type": "git", "type": "git",