Merge branch 'pages-update' into 'main'

Update package.json

See merge request SinusFox/Operations-Research-Tool!47
This commit was merged in pull request #65.
This commit is contained in:
2024-10-14 20:15:00 +00:00
+1
View File
@@ -6,6 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"test": "jest --watchAll",
"test:ci": "jest --ci --coverage"