Remove defunct npm run serve.
This commit is contained in:
@ -8,7 +8,6 @@
|
|||||||
"build": "next build",
|
"build": "next build",
|
||||||
"export": "next export",
|
"export": "next export",
|
||||||
"deploy": "gh-pages -d out -t true",
|
"deploy": "gh-pages -d out -t true",
|
||||||
"serve": "next start",
|
|
||||||
"analyze": "cross-env ANALYZE=true next build",
|
"analyze": "cross-env ANALYZE=true next build",
|
||||||
"lint": "next lint --fix --dir pages --dir components --dir lib --dir layouts --dir scripts",
|
"lint": "next lint --fix --dir pages --dir components --dir lib --dir layouts --dir scripts",
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
|
|||||||
Reference in New Issue
Block a user