From 7bdf120b2f1a78d7be9230e94677b623c0d83228 Mon Sep 17 00:00:00 2001 From: yms Date: Tue, 22 Oct 2024 17:32:13 +0800 Subject: [PATCH] fix: 111 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b77ac1..7c03a33 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc && vite build", + "build": "vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, -- GitLab