build ok,
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "rm -rf .next && next dev",
|
"dev": "rm -rf .next && next dev",
|
||||||
"build": "next build",
|
"build": "rm -rf .next && next build",
|
||||||
"build:w": "pnpx nodemon --ext ts,tsx,json,mjs,js,jsx --delay 1 --exec \"pnpm run build\"",
|
"build:w": "pnpx nodemon --ext ts,tsx,json,mjs,js,jsx --delay 1 --exec \"pnpm run build\"",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint --quiet",
|
"lint": "next lint --quiet",
|
||||||
|
Reference in New Issue
Block a user