build: add lint:fix npm script
This commit is contained in:
parent
cb66e514d2
commit
fe3ab6cdf1
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
|
"lint:fix": "npm run lint -- --fix",
|
||||||
"prepare": "husky",
|
"prepare": "husky",
|
||||||
"cz": "cz"
|
"cz": "cz"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue