diff --git a/.gitignore b/.gitignore index b512c09..f06235c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +dist diff --git a/package.json b/package.json index 331c8d8..00c9868 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "index.js", "scripts": { "dev": "vite", + "build": "vite build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [],