From 6ac3c5ba75d1cff09f72316ebafb73fd98022d43 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Fri, 7 Jul 2023 00:42:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20(tps)=20add=20the=20build=20phas?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- package.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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": [],