Update package.json

This commit is contained in:
Aj - Thomas
2022-05-13 04:10:50 +02:00
committed by GitHub
parent f3de28642f
commit 7937a16a9d

View File

@@ -11,7 +11,7 @@
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"analyze": "ANALYZE=true next build", "analyze": "ANALYZE=true next build",
"start": "next start", "start": "next start --port 7575",
"typecheck": "tsc --noEmit", "typecheck": "tsc --noEmit",
"export": "next build && next export", "export": "next build && next export",
"lint": "next lint", "lint": "next lint",