Added deploy script to package.json.
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"export": "next export",
|
||||
"deploy": "gh-pages -d out -t true",
|
||||
"serve": "next start",
|
||||
"analyze": "cross-env ANALYZE=true next build",
|
||||
"lint": "next lint --fix --dir pages --dir components --dir lib --dir layouts --dir scripts",
|
||||
|
||||
Reference in New Issue
Block a user