Add placeholder test script
This commit is contained in:
parent
dbb2781c23
commit
6a5003ffda
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue