|
@@ -5,7 +5,7 @@
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"dev": "next dev",
|
|
"dev": "next dev",
|
|
|
"build": "NODE_ENV=production eslint . && next build",
|
|
"build": "NODE_ENV=production eslint . && next build",
|
|
|
- "start": "next start",
|
|
|
|
|
|
|
+ "start": "NODE_ENV=development next start",
|
|
|
"lint": "eslint .",
|
|
"lint": "eslint .",
|
|
|
"lint:fix": "next lint --fix",
|
|
"lint:fix": "next lint --fix",
|
|
|
"package-version": "npx npm-check-updates"
|
|
"package-version": "npx npm-check-updates"
|