🔧 (tps) add the build phase

This commit is contained in:
Julien Calixte
2023-07-07 00:42:41 +02:00
parent d7fb922a75
commit 6ac3c5ba75
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1 +1,2 @@
node_modules node_modules
dist

View File

@@ -5,6 +5,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": [], "keywords": [],