Update package.json

This commit is contained in:
Abdelkader Boudih
2025-03-31 20:11:40 +00:00
committed by GitHub
parent b99cf276ae
commit d1746f53a4

View File

@@ -18,7 +18,7 @@
"dev": "vite", "dev": "vite",
"build": "tsc -b && vite build", "build": "tsc -b && vite build",
"lint": "eslint .", "lint": "eslint .",
"preview": "vite preview --port 5173", "preview": "vite preview --port 6274",
"test": "jest --config jest.config.cjs", "test": "jest --config jest.config.cjs",
"test:watch": "jest --config jest.config.cjs --watch" "test:watch": "jest --config jest.config.cjs --watch"
}, },