mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 17:41:21 +00:00
feat: added prettier
and typecheck
scripts
This commit is contained in:
parent
667b4ec2b1
commit
b1fb6d42cc
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
"prepare": "husky install"
|
"prepare": "husky install",
|
||||||
|
"typecheck": "tsc --noEmit",
|
||||||
|
"format:write": "prettier . --write --cache",
|
||||||
|
"format:check": "prettier . --check --cache"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": "20.3.1",
|
"@types/node": "20.3.1",
|
||||||
|
|
Loading…
Reference in a new issue