From 3b6dcf01a2550060dc7ee2a30284d7e6f29889df Mon Sep 17 00:00:00 2001 From: Irenej Bozovicar Date: Tue, 2 Jan 2024 00:07:15 +0100 Subject: [PATCH] Add debug flag to build process --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e9aa74..a888186 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "vite build", + "build": "vite build --debug", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" },