From 9aa65970511838a1ac617380444d2a854998a683 Mon Sep 17 00:00:00 2001 From: DNLRQ <18170433@itculiacan.edu.mx> Date: Thu, 28 Nov 2024 14:48:09 -0700 Subject: [PATCH] fix dev --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cfad051..00b3ee4 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "description": "Free, simple, and intuitive online database design tool and SQL generator.", "author": "1ilit", "scripts": { - "dev": "vite && npm run electron", + "dev": "vite", "electron": "electron .", "build": "vite build && electron-builder", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",