chore: add full check command

This commit is contained in:
Miodec 2024-07-22 16:56:26 +02:00
parent 93767fecf6
commit b9f9a01740

View file

@ -4,6 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"full-check": "turbo lint ts-check build test validate-json",
"prepare": "husky install",
"pre-commit": "lint-staged",
"lint": "turbo run lint",