Update package.json

This commit is contained in:
Florian Bouillon 2023-01-18 16:07:15 +01:00 committed by GitHub
parent 26df50c4a8
commit 392a5f75cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"server": "next start",
"start": "next start",
"lint": "eslint . --ext .ts,.tsx",
"test": "jest --config jext.config.js"
},