|
@ -7,8 +7,8 @@ |
|
|
"build": "next build", |
|
|
"build": "next build", |
|
|
"start": "next start", |
|
|
"start": "next start", |
|
|
"type-check": "tsc", |
|
|
"type-check": "tsc", |
|
|
"lint": "eslint --ignore-path .gitignore \"src/**/*.+(ts|js|tsx)\"", |
|
|
"lint": "eslint --ignore-path .gitignore \"pages/**/*.+(ts|js|tsx)\"", |
|
|
"format": "prettier --ignore-path .gitignore \"src/**/*.+(ts|js|tsx)\" --write", |
|
|
"format": "prettier --ignore-path .gitignore \"pages/**/*.+(ts|js|tsx)\" --write", |
|
|
"postinstall": "husky install", |
|
|
"postinstall": "husky install", |
|
|
"commit": "cz" |
|
|
"commit": "cz" |
|
|
}, |
|
|
}, |
|
|