From 7e729d874e5b6e20d1ba93747d76344cfafc30a1 Mon Sep 17 00:00:00 2001 From: thecuriousteam Date: Wed, 4 Oct 2023 15:35:17 +0530 Subject: [PATCH] fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1aa93b..ed84589 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "module", "scripts": { "dev": "vite", - "predeploy": "npm run build", + "predeploy": "npm run dist", "deploy": "gh-pages -d dist", "build": "vite build", "preview": "vite preview"