This commit is contained in:
BinarySandia04 2024-10-09 14:40:23 +02:00
parent 382ced9966
commit 07cb042f62
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"scripts": { "scripts": {
"test:unit": "jest",
"dev": "vite --port 3000 --host", "dev": "vite --port 3000 --host",
"build": "vite build", "build": "vite build",
"preview": "vite preview", "preview": "vite preview",

View File

@ -4,7 +4,6 @@
"description": "Vtt", "description": "Vtt",
"main": "prebuild.js", "main": "prebuild.js",
"scripts": { "scripts": {
"test:unit": "jest",
"generate-docs": "npx jsdoc -c jsdoc.json" "generate-docs": "npx jsdoc -c jsdoc.json"
}, },
"author": "Aran Roig", "author": "Aran Roig",