Added some npm scripts

This commit is contained in:
2024-03-19 10:45:43 +01:00
parent 6a16badf82
commit 75e43baea0

View File

@@ -2,9 +2,10 @@
"name": "me", "name": "me",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "dev": "npx vite",
"build": "npx vite build",
"format": "npx prettier --write index.html src/"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",