From 4f012119a088c7a49fb05c1bda255365af53751c Mon Sep 17 00:00:00 2001 From: Barchakuz Date: Fri, 10 May 2024 15:48:46 +0500 Subject: [PATCH] deployTwo --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 653011c..43019eb 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,9 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint" + "lint": "next lint", + "predeploy":"npm run build", + "deploy":"gh-pages -d build" }, "dependencies": { "clsx": "^2.1.1",