chore: adds payload script for migrations and type gen

This commit is contained in:
James
2024-03-08 15:23:52 -05:00
parent 40d360127a
commit 5be260a8e8
2 changed files with 9 additions and 8 deletions

View File

@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"generate:types": "payload generate:types",
"payload": "payload",
"start": "next start",
"lint": "next lint"
},