diff --git a/package.json b/package.json index 19f6458..f04ffda 100644 --- a/package.json +++ b/package.json @@ -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",