From 573482c7ea405bb13816fa6e9a7e5443038b7a55 Mon Sep 17 00:00:00 2001 From: James Blair Date: Mon, 4 Dec 2023 15:04:21 +1300 Subject: [PATCH] Added deploy script to package.json. --- package.json | 1 + 1 file changed, 1 insertion(+) 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",