From ac9c62bdf9b74789a69658e8f6ec461445942c65 Mon Sep 17 00:00:00 2001 From: macareonie Date: Fri, 28 Jun 2024 04:39:25 +0800 Subject: [PATCH] Attempt #4.75 --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index d5c64bc..b25e24b 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,8 @@ "version": "0.0.0", "type": "module", "scripts": { + "predeploy": "npm run build", + "deploy": "gh-pages -d build", "dev": "vite", "build": "vite build", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",