Trying to fix push notifs

This commit is contained in:
2024-09-25 10:26:00 -05:00
parent 03fc9c9c1e
commit dcc57a43bb
3 changed files with 7 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"go": "next build && next start"
"go": "git pull docker master && next build && next start"
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.10.1",