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",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"lint:fix": "npm run lint -- --fix",
|
||||
"prepare": "husky",
|
||||
"cz": "cz"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue