|
|
@@ -4,7 +4,7 @@
|
|
|
"private": true,
|
|
|
"scripts": {
|
|
|
"dev": "next dev -p 3001",
|
|
|
- "build": "cross-env NODE_ENV=production next build",
|
|
|
+ "build": "cross-env NODE_ENV=production eslint . && next build",
|
|
|
"start": "next start -p 3001",
|
|
|
"lint": "eslint .",
|
|
|
"lint:fix": "next lint --fix",
|