Update package.json

This commit is contained in:
2024-10-14 20:14:49 +00:00
parent 1b8488c15d
commit cbd0ef34d3
+1
View File
@@ -6,6 +6,7 @@
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"export": "next export",
"lint": "next lint", "lint": "next lint",
"test": "jest --watchAll", "test": "jest --watchAll",
"test:ci": "jest --ci --coverage" "test:ci": "jest --ci --coverage"