From 150638b592e9d2df6b678df02c34bd8f2790bbad Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 26 Jul 2023 22:58:18 +0200 Subject: [PATCH] update npm scripts --- dashboard/package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dashboard/package.json b/dashboard/package.json index 5ddeccf..b88c5d7 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -5,9 +5,8 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build": "webpack", - "dev": "webpack serve", - "build-watch": "webpack -w -h" + "build": "vite build", + "dev": "vite", }, "author": "", "license": "ISC",