Add placeholder test script

This commit is contained in:
Tero Halla-aho 2025-12-11 20:40:24 +02:00
parent dbb2781c23
commit 6a5003ffda

View file

@ -9,7 +9,8 @@
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"format:check": "prettier --check ."
"format:check": "prettier --check .",
"test": "echo \"No tests yet\""
},
"dependencies": {
"@prisma/adapter-pg": "^7.0.0",