From 157c810740af0b7acff6a36bc46d9f5eb4053991 Mon Sep 17 00:00:00 2001 From: rathi Date: Tue, 19 Nov 2024 02:03:28 -0500 Subject: [PATCH] updated json to include deploy script --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 90da70e..0c08390 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ "scripts": { "dev": "vite", "build": "vite build", - "preview": "vite preview" + "preview": "vite preview", + "predeploy": "npm run build", + "deploy": "gh-pages -d dist" }, "dependencies": { "framer-motion": "^10.16.4",