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",
"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": "",