add lint to npm scripts

This commit is contained in:
Thomas Ruoff
2022-09-08 22:33:55 +02:00
committed by Thomas Ruoff
parent 269dd555d1
commit f38e18e6d5

View File

@@ -6,6 +6,7 @@
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint",
"test:watch": "jest --watch", "test:watch": "jest --watch",
"test": "jest" "test": "jest"
}, },