Added some npm scripts
This commit is contained in:
@@ -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": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user