Update package.json #65

Merged
SinusFox merged 1 commits from pages-update into main 2024-10-14 20:15:00 +00:00
Showing only changes of commit cbd0ef34d3 - Show all commits
+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"