From a7687b63b7cad37ae1f3356c7986bd98660f3da6 Mon Sep 17 00:00:00 2001 From: zlenner <119705166+zlenner@users.noreply.github.com> Date: Wed, 7 Feb 2024 02:26:00 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2bb90ff..da6e125 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "scripts": { "dev": "vite", - "build": "tsc && vite build && cp dist/index.html dist/404.html", + "build": "tsc && vite build && cp dist/index.html dist/404.html #", "serve": "vite preview --port 3000", "lint": "eslint . --ext .ts,.tsx,.js", "prepare": "husky install",