next build

This commit is contained in:
Hugo Lextrait 2023-05-05 11:44:03 +02:00
parent 03c79c197e
commit 528293430c

View File

@ -3,7 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "tsc && next dev", "dev": "next build && next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint", "lint": "next lint",