From 75e43baea05ef05e8fcf37b7e17c0830c615f548 Mon Sep 17 00:00:00 2001 From: KeinerTTV Date: Tue, 19 Mar 2024 10:45:43 +0100 Subject: [PATCH] Added some npm scripts --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7a77d2e..7f60c25 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,10 @@ "name": "me", "version": "1.0.0", "description": "", - "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "dev": "npx vite", + "build": "npx vite build", + "format": "npx prettier --write index.html src/" }, "keywords": [], "author": "",