forked from cardosofelipe/fast-next-template
Add validate script to package.json for combined linting, formatting, and type-checking
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"type-check": "tsc --noEmit",
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check .",
|
||||
"validate": "npm run lint && npm run format:check && npm run type-check",
|
||||
"generate:api": "./scripts/generate-api-client.sh",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
|
||||
Reference in New Issue
Block a user