commit 15ad889897c616b8fbf9ee604e53b63bc8416ab8
parent 862d832549ea2a31b977cb57e2512b9ffe27f1cb
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date: Sun, 7 Jul 2024 19:20:39 -0300
add `npm run` scripts
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tp/package.json b/tp/package.json
@@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "build": "vite build",
+ "preview": "vite preview"
},
"author": "",
"license": "MIT",