From 7c15e3ba044bf48748b0c7d03a14a9e1552202c0 Mon Sep 17 00:00:00 2001 From: mrholek Date: Wed, 15 Nov 2023 20:03:37 +0100 Subject: [PATCH] build: update scripts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f368107..af2621ef 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "license": "MIT", "author": "The CoreUI Team (https://github.com/orgs/coreui/people)", "scripts": { - "dev": "vite --force", + "dev": "vite", "build": "vite build", "lint": "eslint \"src/**/*.{js,vue}\"", "preview": "vite preview"