Update package.json

This commit is contained in:
2023-01-18 16:07:15 +01:00
committed by GitHub
parent 26df50c4a8
commit 392a5f75cb

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"
},