diff --git a/package.json b/package.json index 203902d..1773897 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,9 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "dev": "vite" + "dev": "vite", + "build": "vite build", + "preview": "vite preview" }, "keywords": [], "author": "",